LoginSignup
20
14

More than 5 years have passed since last update.

BOM付きUTF-8のファイルを探す

Last updated at Posted at 2014-06-27

以下のコマンドを実行すると、カレントディレクトリ以下のBOM付きUTF-8のPHPファイルを表示します。

$ find . -type f -name '*.php' -exec file {} + | grep "(with BOM)"

20
14
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
20
14