standard input (stdin)
- An input stream usually intended to be used for
primary data input. X/Open.
- The primary source of data entered into a command.
Standard input comes from the keyboard unless redirection or piping is used,
in which case standard input can be from a file or the output from another
command. IBM.
[Back]
[Next]