Archive for the ‘dos2unix’ Category

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

Friday, April 10th, 2009
find . -type f -exec dos2unix {} \;