当前位置:网站首页>24、shell编程-流程控制
24、shell编程-流程控制
2022-08-04 15:08:00 【51CTO】
条件选择
if语句
if判断条件是否满足,如果满足,则执行命令1,不满足执行条件2
格式 if commands; then commands;[elif commands;then commands;]...[else commands;] fi
单分支
双分支
多
case语句
case判断为多种条件匹配作为选择,如选择1 执行command1 选择2 执行command2
格式 case word in [pattern [|pattern]...) commands ;;]...esac
pattern支持通配符 * 任意长度任意字符 ?任意单个字符 []指定范围内任意单个字符 | 或 a|b代表a或者b
边栏推荐
猜你喜欢
随机推荐
Compound Refractive Lenses for X-ray Focusing
代码随想录笔记_动态规划_1049最后一块石头的重量II
【Harmony OS】【FAQ】鸿蒙问题合集2
[Beiya data recovery] IBM System Storage storage lvm information lost data recovery solution
Qt的QItemDelegate使用
MySQL优化学习笔记
C# SolidWorks二次开发---工程图简单版标注孔信息
leetcode:251. 展开二维向量
vim common operation commands
This week to discuss the user experience: Daedalus Nemo to join Ambire, explore the encryption of the ocean
Database recovery
期货开户之前要谈好最低手续费和交返
365天挑战LeetCode1000题——Day 049 非递增顺序的最小子序列 贪心
Nuget 通过 dotnet 命令行发布
李沐的深度学习笔记来了!
基于 Next.js实现在线Excel
本周讨论用户体验:Daedalus 的 Nemo 加入 Ambire,探索加密海洋
在腾讯,我的试用期总结!
MVCC实现过程
利用决策树找出最优特征组合