Update shell_cheatsheet.md
authorLynne Williams <williams.lynne99@gmail.com>
Sun, 17 Feb 2013 15:51:19 +0000 (10:51 -0500)
committerW. Trevor King <wking@tremily.us>
Wed, 23 Oct 2013 22:27:28 +0000 (15:27 -0700)
shell_cheatsheet.md

index ce0cba03ca5f39a8d1b443736bbdbba9e8ed95f5..65cb98811c889a627f73a7139c04766a90b19a08 100644 (file)
@@ -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...