Wednesday, November 7, 2018

Linux Fu: Pimp Your Pipes - Hackaday


Hackaday

Linux Fu: Pimp Your Pipes
Hackaday
One of the best things about working at the Linux (or similar OS) command line is the use of pipes. In simple terms, a pipe takes the output of one command and sends it to the input of another command. You can do a lot with a pipe, but sometimes it is ...