Output Redirection — > and >>
Capture command output to files with > (overwrite) and >> (append). Learn to redirect errors separately, discard output with /dev/null, and use practical logging patterns.
February 7, 20255 min read
linuxredirectionoutputfilesterminal