Hi all, we have both forms of execution commands in our shell scripts.
$(...) is the more modern form and should be preferred over `...` as explained on https://github.com/koalaman/shellcheck/wiki/SC2006 Does anyone know, if there is a reason for using the old form `...` in our scripts? Regards, Felix