Skip to content

Instantly share code, notes, and snippets.

@nichijo
Created January 25, 2015 12:29
Show Gist options
  • Save nichijo/648c6da4ffa335d68653 to your computer and use it in GitHub Desktop.
Save nichijo/648c6da4ffa335d68653 to your computer and use it in GitHub Desktop.
指定拡張子をUTF-8に変換するワンライナー
find -type f \( -name "*\.hpp" -o -name "*\.cpp" -o -name "*\.h" \) | xargs -I{} nkf -w8 --overwrite {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment