Skip to content

Instantly share code, notes, and snippets.

@altitdb
Created November 6, 2019 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save altitdb/7a1f1b39dcfe9e7ec5af1cf92df8028c to your computer and use it in GitHub Desktop.
Save altitdb/7a1f1b39dcfe9e7ec5af1cf92df8028c to your computer and use it in GitHub Desktop.
Convert Dos to Unix files
sudo apt-get install -y dos2unix # Installs dos2unix Linux
sudo find . -type f -exec dos2unix {} \; # recursively removes windows related stuff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment