Shell : la commande du jour

Boris HUISGEN
Boris HUISGEN
|

Vérification de la syntaxe des scripts shell par récursion avec shellcheck :

# shellcheck -e SC2029,SC2034 $(find . ! -path './.git/*' -type f -executable -exec sh -c 'file {}|grep -q "shell script" && echo -n "{} "' \;)
Boris HUISGEN
Boris HUISGEN
Blog owner
  • #shellcheck