find . -type d -iname “.svn” -exec rm -rf {} \;
Comment from lilei Time 2009/03/10 at 8:10 pm
谢谢分享。-exec挺cool…. 如果是从前,我一定会去用xargs…..
Name (required)
Mail (will not be published) (required)
Website
Comment from lilei
Time 2009/03/10 at 8:10 pm
谢谢分享。-exec挺cool…. 如果是从前,我一定会去用xargs…..