Skip to content

Instantly share code, notes, and snippets.

@sepehr
Last active November 10, 2015 22:51
Show Gist options
  • Save sepehr/f22fed67194676b11cce to your computer and use it in GitHub Desktop.
Save sepehr/f22fed67194676b11cce to your computer and use it in GitHub Desktop.
Shell: Recursively convert line endings to LF
find . -type f ! -regex ".*\/\.svn\/.*" -exec dos2unix {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment