stdout Definition

Also known as standard output, stdout is the destination of all but the error-related output of a command.

An example of stdout is the return value from a function call.