shell 脚本

前端之家收集整理的这篇文章主要介绍了shell 脚本前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。


for循环,调用名,传入不同的日期参数


for i in `seq -f %02.0f 17 30`

do sh test.sh 201709$i done

猜你在找的Bash相关文章