Mobile ITnT Solutions

Simple - Bourne Shell Programming. A shell script is text file containing a list of commands that are run in sequence. A shellscript should start with a line such as the following: #!/bin/bash. This indicates that the script should be run in the bash shell regardless of which interactive shell the user has chosen. ................
................