11 · The Command Line
stdout / stderr
A program's two output streams
Programs print normal results to “standard output” and errors to “standard error,” so the two can be captured separately.
Concrete example
You can send errors to a log file while normal output still prints to the screen.