Controlling processes and other shell techniques
Last revision August 9, 2004
Table of Contents: |
Using the C-shell to link and control processes
The commands and concepts discussed here apply specifically to the C-shell and its derivatives, such as tcsh. The C-shell is the default shell on Earth Sciences UNIX systems. The original Bourne shell supports many of these same features, although sometimes with different syntax. Aliases, the command history mechanism, and the ability to move processes back and forth between foreground and background, are some things that are definitely not in the Bourne shell.
<--Previous | Overview | |