Monday 14 September 2015

execute
1.
2.

Creating a script:
1. Sha bang followed location of the shell interpreter location
2.
3. Name the script with like example.sh


Finding the location:
1. ps | grep $$
2. which bash 



No comments:

Post a Comment