Input/Output Redirection With The Korn 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 Korn shell, we use the following symbols:
2> and 2>> for redirecting standard error
Next: Summary Up: The Korn Shell Previous: Working with previously entered   Contents |