From 6aeb85a504f4a7906cd09530ebe0d6498cb54348 Mon Sep 17 00:00:00 2001 From: Peter Cock Date: Wed, 20 Mar 2024 13:05:42 +0000 Subject: [PATCH] Suggest using shfmt which fixes SC2006 amongst other changes --- SC2006.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SC2006.md b/SC2006.md index 17adf74..d1b077e 100644 --- a/SC2006.md +++ b/SC2006.md @@ -30,3 +30,4 @@ None. * [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) +* [shfmt](https://github.com/mvdan/sh) will automatically convert the legacy syntax \ No newline at end of file