Go to the previous, next section.

Piping

Piping is used in one of the following ways: to tell a command to read its input from another command's output, or to tell each command in a string of commands to get its input from the output of the last command.

Go to the previous, next section.