08 2015 档案
Linux Shell Demo
摘要:#!/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 仰光 阅读(461) 评论(0) 推荐(0)