02/25: Linux > dos2unix recursively
Category: Linux tips
Posted by: hajime osako
Recursive convert dos newlines to unix ones with dos2unix
$ find . -type f -name "*.php" -exec dos2unix {} \;