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:
0e4614b
)
Update shell_cheatsheet.md
author
Lynne Williams
<williams.lynne99@gmail.com>
Sun, 17 Feb 2013 15:23:44 +0000
(10:23 -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 852b8491a6225aed52dc3a46aab391b0f23b8299..44a510ab1aa292e65360e9789efd960da9df58da 100644
(file)
--- a/
shell_cheatsheet.md
+++ b/
shell_cheatsheet.md
@@
-34,8
+34,8
@@
Wildcards are a shell feature that makes the command line much more powerful tha
** Table of commonly used wildcards
-| Wildcard | Matches |
-|------------------------|------------------------------------------------|
+| Wildcard | Matches |
+|------------------------|------------------------------------------------|
| `*` | zero or more characters |
| `?` | exactly one character |
| `[abcde]` | exactly one of the characters listed |