dos2unix rekursiv
find . -type f -print0 | xargs -0 dos2unix
Easy Elk
find . -type f -print0 | xargs -0 dos2unix