find -exec dos2unix {} \;
我需要改变什么才能跳过.svn /目录下的文件?
$ find . -type f \! -path \*/\.svn/\* -exec dos2unix {} \;