Skip to content

Instantly share code, notes, and snippets.

@codejockie
Created March 23, 2021 21:15
Show Gist options
  • Select an option

  • Save codejockie/8c9fd6263f19fa72c49482889635a79a to your computer and use it in GitHub Desktop.

Select an option

Save codejockie/8c9fd6263f19fa72c49482889635a79a to your computer and use it in GitHub Desktop.
DOS2Unix Line Endings (End Of Line)
# brew install dos2unix
find . -name '*.*' -print0 |xargs -0 dos2unix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment