Bash
From Logicalwebhost-Wiki
Bash is cool, you can do stuff with it
[edit] Notes
- Tutorial start here: http://www.tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html
- Good basic tutorial: http://tiswww.case.edu/php/chet/bash/bashref.html
- Good FAQ here: http://wooledge.org/mywiki/BashFAQ
| #!/bin/bash | the first line always |
