Skip to content

Instantly share code, notes, and snippets.

@jayzhan211
Created August 14, 2020 07:11
Show Gist options
  • Save jayzhan211/7033c413aa893ac0dfda499e7038c896 to your computer and use it in GitHub Desktop.
Save jayzhan211/7033c413aa893ac0dfda499e7038c896 to your computer and use it in GitHub Desktop.
find . -type f -print0 | xargs -0 dos2unix // dos2unix to entire directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment