Shell script documentation

From Stadm
Revision as of 14:48, 10 July 2012 by Aaron (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


I am trying to program my first shell script and these are the stuff I found useful.


Notes on useful commands and ideas

  • Run chmod 755 filename.sh to make the text file executable
  • Then run ./filename.sh to execute the script