Updated SC1037 (markdown)

Mingye Wang
2019-08-01 12:05:03 +08:00
parent 454dfb5980
commit 6028ad88e1

@@ -36,3 +36,4 @@ dash -c 'set a b c d e f g h i j; echo $10 ${1}0' # WRONG: j a0
* [BashFaq: How can I access positional parameters after $9?](https://mywiki.wooledge.org/BashFAQ/025)
* [StackOverflow: How to handle more than 10 parameters in shell
](https://stackoverflow.com/questions/4912733/how-to-handle-more-than-10-parameters-in-shell)
* [Autoconf Manual: Shell Substitutions](https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/html_node/Shell-Substitutions.html) - documents some non-POSIX older shells too