>Script Special Variables_
There are certain strings that we can't use in the variable-naming process.
In this page we will see what those strings are, and what their purpose is.
In this page we will see what those strings are, and what their purpose is.
$$
To begin, we look at the simplest variable, which is the dollar sign ($). This command simply gives us the process ID of the current shell.echo $$ 11480