Running a sequence of commands
When you type a command line and press <Enter>, the entire line is
evaluated as a single unit. It is possible to run several programs
from one line; either sequentially, or simultaneously, or in a
``pipeline'' where the output from one command is used as input to
the second command. You can also store frequently-used commands in a
file, and tell the shell to execute the contents of the file as a
script.
Next topic:
Entering commands on the same line
Previous topic:
Forcing a program to read standard input and output
© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003