2016年9月15日

shell脚本,通过传入的参数来计算最大值和最小值以及平均值。

摘要: [root@localhost zuoye]# cat quansges.sh #!/bin/bash > file [ ! $# -ge 3 ] && echo "please input three number or more number!" && exit 2 || echo $* >file for i in $* do expr $i + 1 &> /dev/... 阅读全文

posted @ 2016-09-15 23:14 王月波 阅读(4758) 评论(0) 推荐(0)

导航