摘要:
test.sh i=0 while [ $i -lt 100 ] do nohup sh test1.sh & i=`expr $i + 1` done test1.sh sqlplus -S dayu/oracle << EOF --正确密码为dayu EOF 注:在shell中几种判断 -eq //等于 -ne //不等于 -gt //大于 (greater ) ... 阅读全文
posted @ 2018-11-09 15:55
dayu.liu
阅读(333)
评论(0)
推荐(0)