Definitions for "Stdout"
The normal output for a program that is sent to the screen by default. Can be redirected to a file or to the input of another program.
Standard output. The output of scripts is usually to STDOUT. The file descriptor for STDOUT is 1.
Standard Output, a file handle open for output by default in many operating systems and languages; typically used for program output.