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

自学Linux Shell12.5-while、until命令

时间:2018-06-25 11:08:39      阅读:200      评论:0      收藏:0      [点我收藏+]

标签:linux   linux命令行   structure   TE   点击   htm   ash   程序   cas   

点击返回 自学Linux命令行与Shell脚本之路

12.5-while、until命令

1  case  var in  pattern1 | pattern2)
2      command1;;
3      pattern3 )
4      command2;;
5      *) 
6      commands;;
7 esac

 

许多程序要求对shell脚本中的命令施加一些逻辑流程控制。有一类命令会根据条件使脚本跳过某些命令。这样的命令通常称为结构化命令(structured command)。

1. 基本的结构化if-then语句

结构化命令允许你改变程序执行的顺序。在bash shell中有不少结构化命令,基本的结构化命令就是if-then语句,if-then语句可以有两种格式

第一种:

浮点值时,数值条件测试会有一个限制。bash shell

自学Linux Shell12.5-while、until命令

标签:linux   linux命令行   structure   TE   点击   htm   ash   程序   cas   

原文地址:https://www.cnblogs.com/yaoyaojcy/p/9222527.html

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