Bash Script
Bash Manual
Tag:
shell
What is the shell you are currently in ?
Simple command to find out what shell you are using. ps -ef | grep $$ | awk ‘{print $8}’
October 23, 2013