Linux指令

1.删除包含特定字符串".svn"的文件:

for i in `find res -name '.svn'`;do rm -rf $i;done

 

posted @ 2013-01-15 14:51  Hecker385  阅读(148)  评论(0)    收藏  举报