Skip to content

Instantly share code, notes, and snippets.

@RIAstar
Created December 14, 2012 16:29
Show Gist options
  • Save RIAstar/4286701 to your computer and use it in GitHub Desktop.
Save RIAstar/4286701 to your computer and use it in GitHub Desktop.
[shell] Convert all files in folder from dos to unix EOL (end of line) recursively
find . -type f -exec dos2unix {} {} ';'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment