Wed. Jul 22nd, 2026

linux 删除指定目录 rm

删除指定目录
find -name .svn
find -name .svn |xargs rm -rf

By kim

Leave a Reply