up previous next contents
Next: Summary Up: The C Shell Previous: Examples:   Contents

Input/Output Redirection With the C Shell

We examined redirection symbols in a previous section. There, we learned that the following symbols are used for redirecting standard input and standard output:

> and >>  for redirecting standard output
<         for redirecting standard input

To redirect standard error with the C shell, we use the following symbol:

>& and >>&  for redirecting standard error


up previous next contents
Next: Summary Up: The C Shell Previous: Examples:   Contents