Skip to content

Instantly share code, notes, and snippets.

@weivall
Created July 31, 2014 06:45
Show Gist options
  • Save weivall/a0e890cdf784ad9e2663 to your computer and use it in GitHub Desktop.
Save weivall/a0e890cdf784ad9e2663 to your computer and use it in GitHub Desktop.
crlf to lf
find ./ -type f -exec dos2unix {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment