当前位置:网站首页>shell脚本循环语句
shell脚本循环语句
2022-08-03 04:36:00 【1701y】
循环语句
for循环语句
读取不同的变量值,用来逐个执行同一组命令
for语句的结构
格式:
for 变量名 in 取值列表
do
命令序列
done
花括号{}和seq在for循环的应用:
for i in {1…50…2} 1-50的奇数
for i in {2…50…2} 1-50的偶数
for i in {10…1} 1-10倒序排列
for i in $(seq 10) 1-10正序排列
for i in $(seq 10 -1 1) 1-10倒序排列
for i in $(seq 1 2 10) 1-10的奇数,中间为步长
for i in $(seq 0 2 10) 1-10的偶数,中间为步长
写出1到10中的奇数
计算1到10的奇数和
根据文本查看
根据段查看
猜数字小游戏
边栏推荐
- 富瑞宣布战略交易,以简化运营,持续专注于打造领先的独立全服务型全球投行公司
- 移动流量的爆发式增长,社交电商如何选择商业模式
- 【Harmony OS】【ArkUI】ets开发 图形与动画绘制
- UV 裂解的生物素-PEG2-叠氮|CAS:1192802-98-4生物素接头
- OpenFOAM extracts equivalency and calculates area
- 2022/08/02 学习笔记 (day22) 多线程
- Mysql如何建立索引实现语句优化
- 三丁基-巯基膦烷「tBuBrettPhos Pd(allyl)」OTf),1798782-17-8
- 【Harmony OS】【ARK UI】ets使用startAbility或startAbilityForResult方式调起Ability
- 刚上线就狂吸70W粉,新型商业模式“分享购”来了,你知道吗?
猜你喜欢
How to use the interface management tool YApi?Beautiful, easy to manage, super easy to use
Test drive: project management module - curd development project
测试人员的价值体现在哪里
2022/08/02 学习笔记 (day22) 多线程
三丁基-巯基膦烷「tBuBrettPhos Pd(allyl)」OTf),1798782-17-8
接口测试框架实战(四)| 搞定 Schema 断言
4.深度学习的几何解释与梯度的优化
Unity2D horizontal board game tutorial 6 - enemy AI and attack animation
寄存器(内存访问)
【HMS core】【Ads Kit】华为广告——海外应用在国内测试正式广告无法展示
随机推荐
中断系统需要解决的问题
修饰生物素DIAZO-生物素-PEG3-DBCO|重氮-生物素-三聚乙二醇-二苯基环辛炔
【Harmony OS】【ArkUI】ets开发 图形与动画绘制
rosbag工具plotjuggler无法打开rosbag的问题
超好用的画图工具推荐
Problems that need to be solved for interrupting the system
接口测试框架实战(四)| 搞定 Schema 断言
汇编书摘抄
StarRocks 7 月社区动态
Windows 安装PostgreSQL
私域流量引流方法?分享购火爆的商业模式,你值得拥有
How to prepare for the test interface test data
DFS's complement to pruning
深圳线下报名|StarRocks on AWS:如何对实时数仓进行极速统一分析
LeetCode算法日记:面试题 03.04. 化栈为队
Unity2D horizontal board game tutorial 6 - enemy AI and attack animation
Technology Sharing | How to do assertion verification for xml format in interface automation testing?
Record some bugs encountered - when mapstruct and lombok are used at the same time, the problem of data loss when converting entity classes
常见荧光染料修饰多种基团及其激发和发射波长数据一览数据
Assembly answers