Created
September 29, 2016 00:20
-
-
Save MaximeFrancoeur/205889d21bbdd331961acf311878865a to your computer and use it in GitHub Desktop.
Convert CRLF to LF for OS X
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find ./ -type f -exec perl -pi -e 's/\r\n|\n|\r/\n/g' {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment