|
Controlling processes and other shell techniquesLast revision August 9, 2004
Using the C-shell to link and control processesThe 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.
|