up previous next contents
Next: Summary Up: The Korn Shell Previous: Working with previously entered   Contents

Input/Output Redirection With The Korn 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 Korn shell, we use the following symbols:

2> and 2>>  for redirecting standard error


up previous next contents
Next: Summary Up: The Korn Shell Previous: Working with previously entered   Contents