The pipe (|) is one of the foundational things in UNIX. The Pipe allows you to redirect STDOUT to STDIN of the next commend.
Understanding STDIN, STDOUT, and STDERR is important to better understand the pipe. I have an article which explains STDIN, STDOUT, and STDERR here. Make sure you read it before proceeding.
Continue reading “Pipe ( | )? What is it and how you use it”