linux .svn 清除 脚本
摘要:不得不先表示一下对LINUX的好感,LINUX下真是方便 LINUX : 方式1:find . -name .svn | xargs rm -rf 方式2:find . -depth -type d -name '.svn' -exec rm -rf {} /; WINDOWS: ...
阅读全文
posted @ 2012-06-27 13:46
posted @ 2012-06-27 13:46
posted @ 2012-06-25 13:16
posted @ 2012-06-25 13:01
posted @ 2012-06-23 00:37
posted @ 2012-06-11 22:40
posted @ 2012-06-03 11:20