Update shell_cheatsheet.md
authorLynne Williams <williams.lynne99@gmail.com>
Sun, 17 Feb 2013 16:14:09 +0000 (11:14 -0500)
committerW. Trevor King <wking@tremily.us>
Wed, 23 Oct 2013 22:27:28 +0000 (15:27 -0700)
shell_cheatsheet.md

index 3c4411c1a562e611febf6218461895d94acc5300..1c3bc9d9f217b11344e66f6525dc3edf9b8a0662 100644 (file)
@@ -71,7 +71,9 @@ Redirection operators can be used to redirect the ouput from a program from the
 
 
 
-### e) How to use the output of one command as the input to another with a pipe...
+#### b.1) How to use the output of one command as the input to another with a pipe...
+A special kind of redirection is called a pipe and is denoted by `|`. 
+
 ### f) That combining single-purpose filters with pipes is the most productive way to use the shell...
 ### g) That if a program conforms to Unix conventions, it can easily be combined with others...