From 969306c54eb651b8a4feed918a04f1132abda8e1 Mon Sep 17 00:00:00 2001 From: wileyhy <84648683+wileyhy@users.noreply.github.com> Date: Sat, 5 Oct 2024 22:08:34 -0700 Subject: [PATCH] Added links to GNU manual and man page. --- SC1001.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/SC1001.md b/SC1001.md index 4ac1fed..6853d22 100644 --- a/SC1001.md +++ b/SC1001.md @@ -29,3 +29,9 @@ If you wanted it to expand to something, rewrite the expression to use `printf` ### Exceptions None. ShellCheck (as of [2017-07-03](https://github.com/koalaman/shellcheck/commit/31bb02d6b794f248f732643d744f63bec615b1f7), commit [`31bb02d6`](https://github.com/koalaman/shellcheck/commit/31bb02d6b794f248f732643d744f63bec615b1f7)) will not warn when the first letter of a command is unnecessarily escaped, as this is frequently used to suppress aliases interactively. + +### Related resources: + +https://www.gnu.org/software/bash/manual/html_node/Aliases.html +https://www.gnu.org/software/bash/manual/html_node/Quoting.html +https://tiswww.case.edu/php/chet/bash/bash.html