This is where i write down usefull commands i keep forgetting
Recursive dos2unix
find . -type f -print0 | xargs -0 dos2unixList file extensions This commands lists all the different extensions recursively and shows how many files with that extension there are.