UNIX Examples
UNIX Shells
To run a UNIX shell (i.e. a batch file)
Insert as the first line in the shell text:-
#!/bin/sh
After saving the file, to put it into executable form, on the command line enter:-
chmod + x {filename}
The file can now be run by just calling using its filename.
To reduce typing, the filename need not have an extension.
|
|
Main Index
Comments
UK SPONSERS
USA & CANADA SPONSERS
|