shell script

created by dyverge
(thing) by dyverge (3.7 y) (print)   ?   (I like it!) Sat Nov 13 1999 at 14:39:45
Unix terminology. A shell script is an executable file containing a sequence of commands that are run, one-by-one, by a shell.

The first line of a shell script tells the OS what shell should be used to execute it.& FEx, #!/bin/tcsh means that the tcsh shell should be used to run the contents of the script.

Analogous to a batch file.

#!/bin/sh
echo Hello, world!

Y'know, if you log in, you can write something here, or contact authors directly on the site. Create a New User if you don't already have an account.