Skip to content

Instantly share code, notes, and snippets.

@yosshi
Last active December 14, 2015 00:49
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 yosshi/5002131 to your computer and use it in GitHub Desktop.
Save yosshi/5002131 to your computer and use it in GitHub Desktop.
改行コードを dos2unix コマンドと find コマンドを使って一括置換

dos2unix をインストール(Mac)

brew install dos2unix

find コマンドで置換

find ./* -name "*.rb" -exec dos2unix {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment