diff --git a/SC2006.md b/SC2006.md index 0d042be..92b8d3f 100644 --- a/SC2006.md +++ b/SC2006.md @@ -26,6 +26,7 @@ Backtick command substitution `` `STATEMENT` `` is legacy syntax with several is None. -### See also +### Related resources: -- http://mywiki.wooledge.org/BashFAQ/082 +* [BashFaq: Why is $(...) preferred over `` `...` `` (backticks)?](http://mywiki.wooledge.org/BashFAQ/082) +* [StackOverflow: What is the difference between $(command) and `` `command` `` in shell programming?](https://stackoverflow.com/questions/4708549/shell-programming-whats-the-difference-between-command-and-command)