Help Files: C Shell


The C Shell Command Interpreter

The Unix shell is a program that accepts commands from a user and calls up programs to perform them. As it is also the only way of calling up programs, the shell effectively surrounds the Unix kernel, which is a special program having exclusive access to the computer hardware (memory, processor, disks, etc.) which other programs need to run.

 Most Unix systems in the world offer users the choice of logging in to one of two shells: (1) the standard shell from Bell Labs, also called the Bourne shell after its author; or (2) the C shell from UC Berkeley, reputed to have a syntax like the C language. The C shell is more convenient for interactive use than the Bourne shell, although it is less efficient for certain applications.

 The C shell provides a variety of very useful services, but not always in a particularly obvious way. This is partly the fault of the shell and partly the fault of the documentation. The ultimate reference consists of the tersely worded manual pages for "csh" (type "man csh" to see them). As most people find this difficult to read, a document called "An Introduction to the C Shell" is also available. Here is a brief list of the C shell's features.


Comments to decf@newton.berkeley.edu
© 1998 -2000 UC Regents