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