standard input

Typeglossary
DictionaryLCS
LibraryLiveCode Script
Synonymsstdin,standard input
RelatedGlossary: Unix, file
Description

The source where a program looks for incoming data.

Usually, the standard input is the keyboard by default. On Unixsystems, the standard input can be redirected to a file, a network connection, or another source of data.