Recursively convert all text files in a directory from Windows EOL to Unix with dos2unix

find . -type f -exec dos2unix {} \;

Leave a Reply