From eddc28767ea1af7f8b06b77971bf7c6a04399b66 Mon Sep 17 00:00:00 2001 From: wileyhy <84648683+wileyhy@users.noreply.github.com> Date: Sun, 6 Oct 2024 00:34:42 -0700 Subject: [PATCH] Add links to the "Related Resources" section, from GNU Bash manual and POSIX-2024. --- SC1012.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SC1012.md b/SC1012.md index 3daa3bc..13469cd 100644 --- a/SC1012.md +++ b/SC1012.md @@ -63,6 +63,10 @@ Other characters like `\z` generate a [[SC1001]] info message, as the intent is None. -### Related resources: +### Related Resources: +https://www.gnu.org/software/bash/manual/html_node/Bash-Builtins.html#index-printf +https://pubs.opengroup.org/onlinepubs/9799919799/utilities/printf.html +https://www.gnu.org/software/bash/manual/html_node/ANSI_002dC-Quoting.html + * Help by adding links to BashFAQ, StackOverflow, man pages, POSIX, etc!