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

index 456c7d9ae5c5c4e3e710e2b810a2a49887d1be87..26b38f1299e84e7bac7aad42cd4db771c6ef3770 100644 (file)
@@ -80,6 +80,10 @@ A special kind of redirection is called a pipe and is denoted by `|`.
 | `|`     | Output from one command line program can be used as input to another one (e.g. `ls *.md | head` gives you the first 5 `*.md` files in your directory) |  
 
 
+| Command | Description |    
+| --------|-------------|  
+| `|`     |  |
+
 
 
 ##### Example: