From eb433cc43215d99ffd5b72cc5c6475f8bbc10508 Mon Sep 17 00:00:00 2001 From: koalaman Date: Fri, 19 Jan 2018 18:16:00 -0800 Subject: [PATCH] Updated SC2082 (markdown) --- SC2082.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SC2082.md b/SC2082.md index b96beec..c319aa4 100644 --- a/SC2082.md +++ b/SC2082.md @@ -53,3 +53,8 @@ If using POSIX sh, where neither arrays nor `${!var}` is available, `eval` can b ### Exceptions: None + +### Related resources: + +* [BashFaq: How can I use variable variables (indirect variables, pointers, references) or associative arrays?](https://mywiki.wooledge.org/BashFAQ/006) +* [StackOverflow: Dynamic variable names in Bash](https://stackoverflow.com/questions/16553089/dynamic-variable-names-in-bash) \ No newline at end of file