2015年8月4日
摘要: #!/bin/shfor p in ./*do if test -d $p then touch $p".ok" if test -f $p"/busi.xml" then echo "delete ${p}/busi.x... 阅读全文
posted @ 2015-08-04 17:23 仰光 阅读(458) 评论(0) 推荐(0)