Pages

2008-02-03

How to write a shell script

" A shell is a command line interpretor. It takes commands and executes them. As such, it implements a programming language. The Bourne shell is used to create shell scripts -- ie. programs that are interpreted/executed by the shell."

http://www.hsrl.rutgers.edu/ug/shell_help.html

No comments: