Updated SC2082 (markdown)

koalaman
2018-01-19 18:16:00 -08:00
parent 0e7f4902e2
commit eb433cc432

@@ -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)