stdout (Standard Out)
0%

Text-Fu · Lesson 1

stdout (Standard Out)

Learn how standard output flows to the terminal and how Bash redirects it to files.

Programs communicate through input/output streams. Standard output, abbreviated stdout, is the stream a program normally uses for its regular results. In a terminal, the shell initially connects that stream to the terminal display.