Linux Bash Script loop
shell 编程之流程控制
for 循环、while 循环和 until 循环
for var in item1 item2 ... itemN
do
command1
command2
...
commandN
done
for var in item1 item2 ... itemN; do command1; command2… done;
refs
http://www.imooc.com/learn/408
https://linuxize.com/post/bash-until-loop/
https://www.runoob.com/linux/linux-shell-process-control.html
©xgqfrms 2012-2020
www.cnblogs.com 发布文章使用:只允许注册用户才可以访问!