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"