Skip to content

Instantly share code, notes, and snippets.

@kurozumi
Last active April 7, 2016 11:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kurozumi/356b0fcddddbf3121d193fe326b31e79 to your computer and use it in GitHub Desktop.
Save kurozumi/356b0fcddddbf3121d193fe326b31e79 to your computer and use it in GitHub Desktop.
【Linuxコマンド】複数のファイルの文字コードを一括でシフトJISコードに変換する方法
find -name '*.txt' | xargs nkf --overwrite -s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment