摘要: #!/bin/shallTime=0iCounter=0grep 'dedup time :' $1 |while read LINEdo #echo "line is" $LINE oneTime=`echo $LINE |awk '{print $10}'` #echo "ont time is " $oneTime allTime=`expr $allTime + $oneTime` iCounter=`expr $iCounter + 1` echo $allTime "count is" $i 阅读全文
posted @ 2012-04-12 16:04 xiao晓 阅读(715) 评论(0) 推荐(0) 编辑