(echo red; echo green 1>&2) | echo blue
http://www.gibney.de/the_output_of_linux_pipes_can_be_indete...
As it turns out, this short line and its behavior nicely demonstrate a bunch of aspects that happen under the hood when you use a pipe.
http://www.gibney.de/the_output_of_linux_pipes_can_be_indete...
As it turns out, this short line and its behavior nicely demonstrate a bunch of aspects that happen under the hood when you use a pipe.