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

index 852b8491a6225aed52dc3a46aab391b0f23b8299..44a510ab1aa292e65360e9789efd960da9df58da 100644 (file)
@@ -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           |