Skip to content

Instantly share code, notes, and snippets.

@EmranAhmed
Created January 29, 2014 17:12
Show Gist options
  • Save EmranAhmed/8692452 to your computer and use it in GitHub Desktop.
Save EmranAhmed/8692452 to your computer and use it in GitHub Desktop.
Tip: Recursively convert files with DOS/Windows endian to UNIX endian.
# apt-get install dos2unix
$ cd directory
$ find . -name *.* -exec dos2unix {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment