projects
/
swc-workshop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d36e40a
)
Update shell_cheatsheet.md
author
Lynne Williams
<williams.lynne99@gmail.com>
Sun, 17 Feb 2013 15:51:19 +0000
(10:51 -0500)
committer
W. Trevor King
<wking@tremily.us>
Wed, 23 Oct 2013 22:27:28 +0000
(15:27 -0700)
shell_cheatsheet.md
patch
|
blob
|
history
diff --git
a/shell_cheatsheet.md
b/shell_cheatsheet.md
index ce0cba03ca5f39a8d1b443736bbdbba9e8ed95f5..65cb98811c889a627f73a7139c04766a90b19a08 100644
(file)
--- 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...