io-redirection-stdin-stdout-stderr

Status: IN

Use input-output redirection to control where command output goes: > overwrites file, >> appends, 2> redirects stderr, &> redirects both stdout and stderr, | pipes output to another command, < reads stdin from file.

Source: repo:entries/2026/03/04/io-redirection.md

JSON