Return to Snippet

Revision: 47891
at June 18, 2011 00:46 by mprabhuram


Initial Code
ps -ef | grep $$ | awk '{print $8}'

Initial URL


Initial Description
To find out the current shell

Initial Title
What is the current shell you are in ?

Initial Tags


Initial Language
Bash