Bash Script
Simple command to find out what shell you are using. ps -ef | grep $$ | awk '{print $8}'
ps -ef | grep $$ | awk '{print $8}'
Posted
in
by
admin
Tags: