Input/Output Redirection With the C ShellWe 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
Next: Summary Up: The C Shell Previous: Examples:   Contents |