Skip to content

Instantly share code, notes, and snippets.

@acemir
Created November 16, 2017 02:16
Show Gist options
  • Save acemir/49ab59e6392008ec3eb2eb0f2ff1eb80 to your computer and use it in GitHub Desktop.
Save acemir/49ab59e6392008ec3eb2eb0f2ff1eb80 to your computer and use it in GitHub Desktop.
Covert line endings of all files in folder to Unix format
find ./ -type f -exec dos2unix {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment