Is there a static analysis tool like Lint or Perl::Critic for shell scripts? May 16, 2023 by Tarik I found shellcheck: it tests for common errors in quoting and other things you overlook (“because it works”).