Bash Files

File Extension .sh is typical (but not mandatory) File Contents The file should start with: #!/bin/bash If there is a problem with the interpreter being found type error message you can see where your systems bash interpreter is by typing "which bash" on the command line. Blank lines are fine. Use the # character for […]

Read More