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

index 497247deae713f5df7b31faafdd8b865754cb531..04d0ed2c83342f37d845e43fade2c79bc500a2b9 100644 (file)
@@ -77,7 +77,7 @@ 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) |  
+| `&#124;`     | 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) |