Skip to content

Instantly share code, notes, and snippets.

@mmacphail
Created January 15, 2019 08: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 mmacphail/9dab9ae0196d3c4904583cabf7e872b2 to your computer and use it in GitHub Desktop.
Save mmacphail/9dab9ae0196d3c4904583cabf7e872b2 to your computer and use it in GitHub Desktop.
Recursively convert all windows file to unix format
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