#/bin/bash FLS=`find . -name "*.php"` for FL in $FLS ; do php -l $FL done