Skip to content

Instantly share code, notes, and snippets.

@benfavre
Created February 28, 2017 10:33
Show Gist options
  • Save benfavre/ac1c2fa94b07976c15e442d911db66bd to your computer and use it in GitHub Desktop.
Save benfavre/ac1c2fa94b07976c15e442d911db66bd to your computer and use it in GitHub Desktop.
Convert all files in folder to linux line endings
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