Skip to content

Instantly share code, notes, and snippets.

@SalmonKing72
Created August 30, 2017 16:11
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 SalmonKing72/2fb308e801e7dacfdc8fcef5d3eddd46 to your computer and use it in GitHub Desktop.
Save SalmonKing72/2fb308e801e7dacfdc8fcef5d3eddd46 to your computer and use it in GitHub Desktop.
dos2unix all files in an entire directory
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