Pipe data between programs.
Pipe `stdout` to `stdin`
command | command
Pipe both `stdout` and `stderr` to `stdin`
command |& command