批量刪除 svn
svn status|grep ! |awk '{print $2}'|xargs svn del spa
批量添加 awk
svn status|grep ? |awk '{print $2}'|xargs svn add grep