From a7fa52a0bdf803358fe8774c0a7920b056d0eef5 Mon Sep 17 00:00:00 2001 From: koalaman Date: Fri, 19 Jan 2018 18:42:09 -0800 Subject: [PATCH] Updated SC2006 (markdown) --- SC2006.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)