Redirection (GNU Coreutils 9.0)

From Get docs
Coreutils/docs/latest/Redirection /
Revision as of 03:04, 6 December 2021 by Notes (talk | contribs) (Page commit)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Next: File name manipulation, Previous: Conditions, Up: Top   [Contents][Index]



17 Redirection

Unix shells commonly provide several forms of redirection—ways to change the input source or output destination of a command. But one useful redirection is performed by a separate command, not by the shell; it’s described here.

tee invocation    Redirect output to multiple files or processes.