Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions tcsh.man.in
Original file line number Diff line number Diff line change
Expand Up @@ -3282,6 +3282,13 @@ or
may be
.Pa /dev/tty
to send output to the terminal.
.Pp
Because diagnostic output can't be
redirected alone, to pipe the
output, if the system
supports file descriptors as files,
.Dl \&( \&( \&( Ar command Li ; Ar command Li ) > Ar /dev/fd/0 Li ) >& Ar error-file Li < Ar /dev/fd/1 Li ) | Ar command
suffices.
.
.Ss Features
Having described how the shell accepts, parses and executes
Expand Down