Skip to content

Instantly share code, notes, and snippets.

@terrancesnyder
Created February 7, 2013 13:35
Show Gist options
  • Save terrancesnyder/4730959 to your computer and use it in GitHub Desktop.
Save terrancesnyder/4730959 to your computer and use it in GitHub Desktop.
Convert all files from dos to Unix
find . -name "*" -type f -exec dos2unix {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment