Revision: 47891
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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