From 52f969cf7798b0f97acc759d3be9e18a9feb27b0 Mon Sep 17 00:00:00 2001 From: Lynne Williams Date: Sun, 17 Feb 2013 10:23:44 -0500 Subject: [PATCH] Update shell_cheatsheet.md --- shell_cheatsheet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 | -- 2.26.2