摘要: ##```cat tet.sh```------------```#!/bin/bashs=0while [ $s -lt 10000 ]do let "s = $s + 1" echo $s >> /dev/null 2>&1done```##```time sh let.sh # 计算脚... 阅读全文
posted @ 2015-06-21 19:12 liuhui_pine 阅读(218) 评论(0) 推荐(0)