From 016b214b2330f890496d047ae4a1f0132e526133 Mon Sep 17 00:00:00 2001 From: wileyhy <84648683+wileyhy@users.noreply.github.com> Date: Sun, 6 Oct 2024 00:18:46 -0700 Subject: [PATCH] Add a section, "Related Resources," with a link to the GNU manual's node on "Quoting." --- SC1011.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SC1011.md b/SC1011.md index 1a5ce74..faa505b 100644 --- a/SC1011.md +++ b/SC1011.md @@ -36,3 +36,8 @@ $ echo $'...peoples\x27 habits.' ### Exceptions: None. + + +### Related Resources: +https://www.gnu.org/software/bash/manual/html_node/Quoting.html +