The Unix shell

There are many types of shells in Unix. The most popular are bash and tcsh. Personally, I prefer the first one, but the École Polytechnique installs the second by default in the didactical computer rooms. In any case one can start either of them by simply opening a terminal and typing the corresponding name. These notes are based on the bash shell, but most notions will work on either.

Basic commands:

Most Unix commands can be ``chained'': the output of a command is read as the input of the next.

Leo Liberti 2008-01-12