码迷,mamicode.com
首页 > 系统相关 > 详细

Shell使用手册

时间:2018-07-11 17:12:09      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:for   one   express   list   循环数组   val   shell   shell使用   expr   

1.循环数组

list=(20180531 20180430 20180331 20180228 20180131 20171231 20171130 20171031 20170930 20170831 20170731 20170630 20170531 20170430 20170331 20170228 20170131)
for value in "${list[@]}"
do
     cycle expression 
done

Shell使用手册

标签:for   one   express   list   循环数组   val   shell   shell使用   expr   

原文地址:https://www.cnblogs.com/WinseterCheng/p/9295301.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!