Standard output
Standard output is the information that results from input to the shell. By default, when the shell reads and interprets a command, it writes the standard output, or command results to the computer screen. You can redirect output to a file or you can use the output from one command as input for a second command.