What connection does | create between two shell commands?
|
The right command's input is sent backward as the left command's output.
The commands' executable files are permanently merged on disk.
Both commands' output is discarded automatically.
The left command's standard output becomes the right command's standard input.