What kind of static analysis are you looking for? You can do a syntax check for a script by running "bash -n script.sh", but that's all the static analysis I have ever done for shell scripts.
-- Sami 2012/5/2 Nig <[email protected]>: > Hi, > Does anyone know if there are any static analysis tools for Unix shell > scripts (e.g. sh, ksh) ? > Thanks !
