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

Mastering Linux
Redirecting Standard Output

References

Linux Pocket Guide

Tags