From 68839dfcb9b083ed7d4888d4dc2eed998a4e80e5 Mon Sep 17 00:00:00 2001 From: Lynne Williams Date: Sun, 17 Feb 2013 12:37:36 -0500 Subject: [PATCH] Update shell_cheatsheet.md --- shell_cheatsheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell_cheatsheet.md b/shell_cheatsheet.md index 04d0ed2..14bcdd3 100644 --- a/shell_cheatsheet.md +++ b/shell_cheatsheet.md @@ -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) | +| | | 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) | -- 2.26.2