在Linux下面 删除 .svn文件夹

find . -type d -iname ".svn" -exec rm -rf {} \;

你可能感兴趣的:(在Linux下面 删除 .svn文件夹)