From: Lynne Williams Date: Sun, 17 Feb 2013 15:51:19 +0000 (-0500) Subject: Update shell_cheatsheet.md X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c347dc637d776f2eeb1e29d1d142e7e8e4a0b5c9;p=swc-workshop.git Update shell_cheatsheet.md --- diff --git a/shell_cheatsheet.md b/shell_cheatsheet.md index ce0cba0..65cb988 100644 --- a/shell_cheatsheet.md +++ b/shell_cheatsheet.md @@ -59,7 +59,6 @@ text strings as arguments. See the cheatsheet on regular expressions for more "wildcard" shortcuts. -### b) That wildcards are expanded by the shell before commands are run... ### c) How to redirect a command's output to a file... ### d) How to redirect a command's input from a file... ### e) How to use the output of one command as the input to another with a pipe...