7 Things To Do With The Pipe In a Linux Shell

Tuesday, July 1st, 2008

The pipe is the vertical line above your enter key. It looks like this without the quotes: "|". Using the pipe character in the Linux shell allows you to string commands together, performing another command on the output from the first. This is a list of 10 things you can ...