From 0b6a56d75f3ff2a11f1da0683168dc15229c2447 Mon Sep 17 00:00:00 2001 From: Morgan Date: Thu, 26 Oct 2017 21:19:30 +0200 Subject: [PATCH] bash tips for using $ rather than backticks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 127cd23..863e4ed 100644 --- a/README.md +++ b/README.md @@ -2244,6 +2244,7 @@ Raw * [Idnan/bash-guide](https://github.com/Idnan/bash-guide) - A guide to learn bash + some tips * [Vitaliy Mogilevskiy](http://www.dbatoolz.com/t/sqlplus-s-shell-scripting.html) - sqlplus -s Shell Scripting Techniques * [Fred Hebert](https://ferd.ca/awk-in-20-minutes.html) - Awk in 20 Minutes +* [GreyCat](http://mywiki.wooledge.org/BashFAQ/082) - Why is $(...) preferred over `...` (backticks)? ## Shell Aliases * [robbyrussell/oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/common-aliases/common-aliases.plugin.zsh) - common aliases from oh-my-zsh