technote:std
This is an old revision of the document!
Standard Streams
Standard streams are preconnected input and output communication channels between a computer program and its environment when it begins execution.
The three input/output connections are called stdin (standard input), stdout (standard output) and stderr (standard error).
When a command is executed via an interactive shell, the streams are typically connected to the text terminal on which the shell is running, but can be changed with redirection or a pipeline.
technote/std.1585526196.txt.gz · Last modified: 2025/01/21 22:07 (external edit)