Standard input, abbreviated stdin, is the stream a program normally reads for incoming data. In an interactive terminal, the shell usually connects stdin to your terminal input, so a program can read what you type.
Text-Fu · Lesson 2
stdin (Standard In)
Learn how programs read standard input and how Bash connects that stream to a file.