Update shell_cheatsheet.md
[swc-modular-shell.git] / 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           |