From: Lynne Williams Date: Sun, 17 Feb 2013 17:29:37 +0000 (-0500) Subject: Update shell_cheatsheet.md X-Git-Url: http://git.tremily.us/?p=swc-modular-shell.git;a=commitdiff_plain;h=d4feae83cc2ee4e3f6359e0f0b4f1477705707d4 Update shell_cheatsheet.md --- diff --git a/shell_cheatsheet.md b/shell_cheatsheet.md index 26b38f1..497247d 100644 --- a/shell_cheatsheet.md +++ b/shell_cheatsheet.md @@ -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 | -| --------|-------------| -| `|` | |