Skip to content

Instantly share code, notes, and snippets.

@michfield
Created April 25, 2013 13:56
Show Gist options
  • Save michfield/5459899 to your computer and use it in GitHub Desktop.
Save michfield/5459899 to your computer and use it in GitHub Desktop.

Recursively convert text files from DOS to Unix line-endings
Type in Windows command line:

for /r "miscellaneous" %x in ("*") do @dos2unix --d2u --verbose --skipbin "%x"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment