Created
February 28, 2017 10:33
-
-
Save benfavre/ac1c2fa94b07976c15e442d911db66bd to your computer and use it in GitHub Desktop.
Convert all files in folder to linux line endings
This file contains hidden or 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 -print0 | xargs -0 dos2unix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://stackoverflow.com/questions/11929461/how-can-i-run-dos2unix-on-an-entire-directory