next up previous contents
Next: Redirection of Output Up: The UNIX C Shell Previous: Shell Commands

Default File Handles

The C shell maintains three files, stdin, stdout, and stderr that do not have to be explicitly opened by you. These files are assigned to certain devices by default. stdin (standard-input) corresponds to the terminal keyboard while stderr (standard-error) and stdout (standard-output) correspond to the terminal screen.



Larry Latour
Fri Sep 12 08:12:59 EDT 1997