checkbashisms

Detects bashisms and non-POSIX shell constructs in shell scripts

brewmacoslinux
Try with needOr install directly
Source

About

Checks for bashisms in shell scripts

Commands

checkbashisms

Examples

Check a single shell script for bashisms$ checkbashisms script.sh
Check all shell scripts in a directory recursively$ checkbashisms *.sh
Check script and show detailed output with line numbers$ checkbashisms -f script.sh