|
takes 2 commands. it starts the first program on the left and takes whatever it prints tostdout
and sends it intostdin
of the second command>
on the other hand takes whatever the first program prints tostdout
(e.g.echo
) and writes it to the file on the right