convert dos to unix files recursively
#fromdos -- install tofrodos find . -type f -exec fromdos {} \; #dos2unix find . -type f -exec dos2unix {} \;