Status: IN
I/O redirection uses > (overwrite stdout to file), >> (append), 2> (redirect stderr), &> (redirect both stdout and stderr), | (pipe between commands), and < (stdin from file).
Source: repo:entries/2026/03/04/io-redirection.md
JSON