Difference between revisions of "Shell script documentation"
From Stadm
Jump to navigationJump to searchLine 1: | Line 1: | ||
+ | [[Category:Documentation]] | ||
+ | |||
I am trying to program my first shell script and these are the stuff I found useful. | I am trying to program my first shell script and these are the stuff I found useful. | ||
Latest revision as of 13:48, 10 July 2012
I am trying to program my first shell script and these are the stuff I found useful.
- Useful Websites:
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