Standard Output
Often times, commands write an output.
By default, the shell prints the output onto your terminal.
This is referred to as standard output.
Example
ls # command
Desktop Documents Downloads Pictures Music # output
Links
Mastering Linux
Redirecting Standard Output