| |
| | Unix Shell Scripts |
 | | In previous discussions we have talked about many of the facilities of the C shell, such as command aliasing, job control, etc. In addition, any collection of csh commands may be stored in a file, and csh can be invoked to execute the commands in that file. |
 | | In Unix there are several shells that can be used, the C shell (csh and its extension, the T C shell tcsh), the Bourne Shell (sh and its extensions the Bourne Again Shell bash and the highly programmable Korn shell ksh) being the more commonly used. |
 | | As an example, suppose we write a shell script which is supposed to have two parameters, and that the code will set up two variables, `name1' and `name2' from those two parameters, i.e. |
| heather.cs.ucdavis.edu /~matloff/UnixAndC/Unix/CShellII.html (1371 words) |
|