揮発性のメモ2

http://d.hatena.ne.jp/iww/

phpで文法チェックだけする

find . -name "*.inc" -o -name "*.php" | xargs -n1 php -l

php -l は一度にファイルひとつしか見てくれないので xargsに渡す