LoginSignup
12
10

More than 5 years have passed since last update.

指定ディレクトリ以下にあるphpファイルの文法チェック

Posted at
find path/to/dir -type f -name "*.php" -exec php -l {} \;
12
10
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
12
10