stderr (Standard Error)
0%

Text-Fu · Lesson 3

stderr (Standard Error)

Learn how to redirect standard error separately or combine it with standard output in Bash.

Programs normally write regular results to standard output and diagnostics to a separate stream called standard error, or stderr. Keeping the streams separate lets you save useful data without mixing error messages into it.