Possible Duplicate:
What does $$ mean in the shell?
What are the Special Dollarsign Variables (Possibly bash Only)?
I am new to linux environment. I am dealing with a particular script that has a command like this
ps -p $$
-p should follow a process id but I don't understand what $$ means. \ Could some linux gurus shed light on it ? isit a var where is it coming frome etc.,,
Thanks