From: Lynne Williams Date: Sun, 17 Feb 2013 15:23:44 +0000 (-0500) Subject: Update shell_cheatsheet.md X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=52f969cf7798b0f97acc759d3be9e18a9feb27b0;p=swc-workshop.git Update shell_cheatsheet.md --- diff --git a/shell_cheatsheet.md b/shell_cheatsheet.md index 852b849..44a510a 100644 --- 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 |