Skip to content

Instantly share code, notes, and snippets.

@raimon49
Created February 6, 2011 14:26
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 raimon49/813392 to your computer and use it in GitHub Desktop.
Save raimon49/813392 to your computer and use it in GitHub Desktop.
直下のhtmlファイルを全部nkfに渡してutf-8 LFに変換するワンライナー
find . -name "*.html" -print0 | xargs -0 nkf -w -Lu --overwrite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment