Skip to content

Instantly share code, notes, and snippets.

@takahashiyuya
Created June 2, 2015 06:21
Show Gist options
  • Save takahashiyuya/b6083c213afec3ab5e1a to your computer and use it in GitHub Desktop.
Save takahashiyuya/b6083c213afec3ab5e1a to your computer and use it in GitHub Desktop.
ファイルの改行コードを LF に置換する
find . -type f | xargs -n 10 nkf -Lu --overwrite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment