LoginSignup
8
6

More than 5 years have passed since last update.

ディレクトリ内のファイル全ての文字コードをnkfで一括utf-8化する方法

Posted at

ディレクトリ内全ての文字コードをutf-8に変換する場合

find . -type f -exec nkf -w --overwrite {} \;

を実行すればok.

8
6
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
8
6