Skip to content

Instantly share code, notes, and snippets.

@michfield
Created April 25, 2013 13:56

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