Skip to content

Instantly share code, notes, and snippets.

@benfavre
Created July 8, 2016 10:36
Show Gist options
  • Save benfavre/89d1662658995a781c67deb4f2b70269 to your computer and use it in GitHub Desktop.
Save benfavre/89d1662658995a781c67deb4f2b70269 to your computer and use it in GitHub Desktop.
Recursively replace line ending in linux
find . -type f -print0 | xargs -0 dos2unix
// see : http://superuser.com/questions/757081/how-do-i-convert-all-files-in-a-folder-to-a-different-line-ending-on-windows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment