Updated SC2006 (markdown)

koalaman
2018-01-19 18:42:09 -08:00
parent ee33101f63
commit a7fa52a0bd

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