Redirection

Redirection is the shell's mechanism for opening, closing, duplicating, and performing other manipulations on file descriptors. Redirection is either the last or second-to-last (depending on the shell and command) step of simple-command evaluation prior to running the command itself.


CategoryShell

Redirection (last edited 2023-07-19 20:56:29 by larryv)