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