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

index 26b38f1299e84e7bac7aad42cd4db771c6ef3770..497247deae713f5df7b31faafdd8b865754cb531 100644 (file)
@@ -77,12 +77,9 @@ A special kind of redirection is called a pipe and is denoted by `|`.
 
 | Command | Description                                                                                                                                           |  
 |---------|-------------------------------------------------------------------------------------------------------------------------------------------------------|  
-| `|`     | 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) |  
+| `\|`     | 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 |    
-| --------|-------------|  
-| `|`     |  |