Archive for the ‘Default’ Category

朋友问我:要删除svn目录下所有.svn文件夹。如何做到?
我答复:find 目录路径 -name ‘.svn’ -exec rm -rf {} \;

开始记录我的新项目开发经过!