Raspberry Pi Linux LESSON 13: Using Linux Pipes

Just as pipes are used in the real world to connect one tank to another, in Linux we can use pipes to connect one command to another. With a pipe, we can take the output of one command and “pipe” it to become the input of another command. Pipes are one of the really powerful techniques that can be used in Linux, and this video shows you how to use them.