From b358327cf71023f2eada08ca703d14def4200a77 Mon Sep 17 00:00:00 2001 From: Lynne Williams Date: Sun, 17 Feb 2013 11:24:37 -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 2382737..c40cd6a 100644 --- a/shell_cheatsheet.md +++ b/shell_cheatsheet.md @@ -83,7 +83,7 @@ A special kind of redirection is called a pipe and is denoted by `|`. Example: - ls *.md | head | sed -i `s/markdown/software/g` + ls *.md | head | sed -i \`s/markdown/software/g\` changes all the instances of the word `markdown` to `software` in the first 5 `*.md` files in your current directory. -- 2.26.2