Skip to content

Instantly share code, notes, and snippets.

@rvillablanca
Created April 11, 2019 15:24
Show Gist options
  • Save rvillablanca/c577fcaa9603f1de40ea00e3ac7c4c87 to your computer and use it in GitHub Desktop.
Save rvillablanca/c577fcaa9603f1de40ea00e3ac7c4c87 to your computer and use it in GitHub Desktop.
dos2unix in git repo
find . -not -path "./.git/*" -type f | xargs -I{} dos2unix {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment