UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: readonlyChapter 4
The Bourne Shell and Korn Shell
Next: Reference: return
 

redirect

redirect i/o-redirection ...

ksh93 alias for command exec.

Example

Change the shell's standard error to the console:

$ redirect 2>/dev/console


Previous: Reference: readonlyUNIX in a Nutshell: System V EditionNext: Reference: return
Reference: readonlyBook IndexReference: return

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System