Shell脚本复杂参数处理|学习笔记

简介: 快速学习Shell脚本复杂参数处理

开 发者学堂课程【Shell 脚本进阶:Shell脚本复杂参数处理】学习笔记,与课程紧密联系,让用户快速学习知识。

课程地址 https://developer.aliyun.com/learning/course/799


Shell脚本

复杂参数处理<p style="text-align:center;text-indent:28pt;font-size:14px;color:rgb( 38 , 38 , 38

);line-height:1.74;letter-spacing:0.05em;outline-style:none;margin:0px"><span style="font-

size:19px" class="lake-fontsize-14">

<p style="text-align:justify;text-

indent:28pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-height:1.74;letter-spacing:0.05em;outline-

style:none;margin:0px">

录:

<p style="text-indent:28pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-

height:1.74;letter-spacing:0.05em;outline-style:none;margin:0px"><span style="font-size:19px"

class="lake-fontsize-14">一、if-

then语句

<p style="text-

indent:28pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-height:1.74;letter-spacing:0.05em;outline-

style:none;margin:0px">二、<span

style="font-size:19px" class="lake-fontsize-14">条件测试

<p style="text-indent:28pt;font-

size:14px;color:rgb( 38 , 38 , 38 );line-height:1.74;letter-spacing:0.05em;outline-

style:none;margin:0px">三、<span

style="font-size:19px" class="lake-fontsize-14">if<span style="font-size:19px" class="lake-

fontsize-14">语句高级特性

<p style="text-indent:28pt;font-size:14px;color:rgb( 38 , 38 , 38

);line-height:1.74;letter-spacing:0.05em;outline-style:none;margin:0px"><span style="font-size:19px"

class="lake-fontsize-14">四、<span style="font-size:19px" class="lake-fontsize-

14">case语句

<p style="text-

align:justify;text-indent:28pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-height:1.74;letter-

spacing:0.05em;outline-style:none;margin:0px">

<p style="text-align:justify;text-indent:28pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-

height:1.74;letter-spacing:0.05em;outline-style:none;margin:0px"><span style="font-size:19px"

class="lake-fontsize-14">

<p style="text-align:justify;text-indent:28pt;font-

size:14px;color:rgb( 38 , 38 , 38 );line-height:1.74;letter-spacing:0.05em;outline-

style:none;margin:0px">一、if-then语句

<p style="text-align:justify;text-indent:21pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-

height:1.74;letter-spacing:0.05em;outline-style:none;margin:0px">1、if-then语句格式

<p style="text-

align:justify;text-indent:21pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-height:1.74;letter-

spacing:0.05em;outline-style:none;margin:0px">2、当if后面的命令,运行后的退出状态码是0时

,then后面的命令会被执行

<p style="text-align:justify;text-indent:21pt;font-

size:14px;color:rgb( 38 , 38 , 38 );line-height:1.74;letter-spacing:0.05em;outline-

style:none;margin:0px"><img

src="https://ucc.alicdn.com/pic/developer-ecology/4ce7e9c1843b4225b9d52cd09d7ba30b.png" class="image

lake-drag-image" alt="image.png" title="image.png" style="width:589px" /><span class="lake-card-

margin-top lake-card-margin-bottom"><img src="https://ucc.alicdn.com/pic/developer-

ecology/8f16b4b52fdb44e085a2a7aeecf84110.jpeg" class="image lake-drag-image" alt="image.jpeg"

title="image.jpeg" style="width:141.5px" />

<p style="text-align:justify;text-

indent:21pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-height:1.74;letter-spacing:0.05em;outline-

style:none;margin:0px">

<p style="text-align:justify;text-indent:28pt;font-size:14px;color:rgb(

38 , 38 , 38 );line-height:1.74;letter-spacing:0.05em;outline-style:none;margin:0px"><span style="font-

size:19px" class="lake-fontsize-14">二、条件测试(test命令)

<p style="text-

align:justify;text-indent:21pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-height:1.74;letter-

spacing:0.05em;outline-style:none;margin:0px">1、test命令提供了在if-then语句中测试不同条件的途径。

<p

style="text-align:justify;text-indent:21pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-

height:1.74;letter-spacing:0.05em;outline-style:none;margin:0px">2、如果test命令中列出的条件成立,

返回的退出状态码为0,反之为1。

<p style="text-align:justify;text-indent:21pt;font-

size:14px;color:rgb( 38 , 38 , 38 );line-height:1.74;letter-spacing:0.05em;outline-

style:none;margin:0px">3.、test命令的等价写法[ ] (方括号两边一定要加上空格号)

<p

style="text-align:justify;text-indent:21pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-

height:1.74;letter-spacing:0.05em;outline-style:none;margin:0px">4、提供的三类判断条件

<p

style="text-align:justify;text-indent:21pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-

height:1.74;letter-spacing:0.05em;outline-style:none;margin:0px">(1)数值比较

<p

style="text-align:justify;text-indent:21pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-

height:1.74;letter-spacing:0.05em;outline-style:none;margin:0px"><span class="lake-card-margin-top

lake-card-margin-bottom"><img src="https://ucc.alicdn.com/pic/developer-

ecology/6e13407545b749e2b8cfc22fc17614f8.png" class="image lake-drag-image" alt="image.png"

title="image.png" style="width:865px" />

<p style="text-align:justify;text-indent:21pt;font-

size:14px;color:rgb( 38 , 38 , 38 );line-height:1.74;letter-spacing:0.05em;outline-

style:none;margin:0px">(2)字符串比较

<p style="text-align:justify;text-

indent:21pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-height:1.74;letter-spacing:0.05em;outline-

style:none;margin:0px"><img

src="https://ucc.alicdn.com/pic/developer-ecology/928ba2b7ada043039186ebf7fded2c3b.png" class="image

lake-drag-image" alt="image.png" title="image.png" style="width:865px" />

<p style="text-

align:justify;text-indent:21pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-height:1.74;letter-

spacing:0.05em;outline-style:none;margin:0px">(3)文件比较

<p style="text-

align:justify;text-indent:21pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-height:1.74;letter-

spacing:0.05em;outline-style:none;margin:0px"><span class="lake-card-margin-top lake-card-margin-

bottom"><img src="https://ucc.alicdn.com/pic/developer-ecology/401437dfb2784cc99f819def8fd376e6.png"

class="image lake-drag-image" alt="image.png" title="image.png" style="width:865px" />

<p

style="text-align:justify;text-indent:21pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-

height:1.74;letter-spacing:0.05em;outline-style:none;margin:0px">5、格式

<p style="text-

align:justify;text-indent:21pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-height:1.74;letter-

spacing:0.05em;outline-style:none;margin:0px"><span class="lake-card-margin-top lake-card-margin-

bottom"><img src="https://ucc.alicdn.com/pic/developer-ecology/65617f5df8e24b9294cafdd584644016.png"

class="image lake-drag-image" alt="image.png" title="image.png" style="width:856.5px" />

<p

style="text-align:justify;text-indent:21pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-

height:1.74;letter-spacing:0.05em;outline-style:none;margin:0px">补充:复合条件测试

<p

style="text-align:justify;text-indent:21pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-

height:1.74;letter-spacing:0.05em;outline-style:none;margin:0px"><span class="lake-card-margin-top

lake-card-margin-bottom"><img src="https://ucc.alicdn.com/pic/developer-

ecology/691f3b38d09b4487bd8f69ed8f57b42a.png" class="image lake-drag-image" alt="image.png"

title="image.png" style="width:719.5px" />

<p style="text-align:justify;text-

indent:21pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-height:1.74;letter-spacing:0.05em;outline-

style:none;margin:0px">1:只有当条件1满足时,才会进行条件2的测试

<p style="text-

align:justify;text-indent:21pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-height:1.74;letter-

spacing:0.05em;outline-style:none;margin:0px">2:只要任意条件返回值为0,复合条件返回值为

0

<p style="text-align:justify;text-indent:21pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-

height:1.74;letter-spacing:0.05em;outline-style:none;margin:0px">

<p style="text-

align:justify;text-indent:28pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-height:1.74;letter-

spacing:0.05em;outline-style:none;margin:0px">三、

if语句高级特性

<p style="text-align:justify;text-indent:21pt;font-size:14px;color:rgb( 38 , 38

, 38 );line-height:1.74;letter-spacing:0.05em;outline-style:none;margin:0px">1、双括号

(())

<p style="text-align:justify;text-indent:21pt;font-

size:14px;color:rgb( 38 , 38 , 38 );line-height:1.74;letter-spacing:0.05em;outline-

style:none;margin:0px">(1)支持高级数学表达式的计

<p style="text-align:justify;text-

indent:21pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-height:1.74;letter-spacing:0.05em;outline-

style:none;margin:0px">(2)命令格式: (( expression ))

<p style="text-

align:justify;text-indent:21pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-height:1.74;letter-

spacing:0.05em;outline-style:none;margin:0px">(3)expression可以是数学赋值或比较表达式

<p style="text-align:justify;text-indent:21pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-

height:1.74;letter-spacing:0.05em;outline-style:none;margin:0px">示例:

<p style="text-

align:justify;text-indent:21pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-height:1.74;letter-

spacing:0.05em;outline-style:none;margin:0px"><span class="lake-card-margin-top lake-card-margin-

bottom"><img src="https://ucc.alicdn.com/pic/developer-ecology/47815a219792412ab77c567a9c98f31f.png"

class="image lake-drag-image" alt="image.png" title="image.png" style="width:500px" />

<p

style="text-align:justify;text-indent:21pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-

height:1.74;letter-spacing:0.05em;outline-style:none;margin:0px">2、双方括号 [[ ]]

<p style="text-

align:justify;text-indent:21pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-height:1.74;letter-

spacing:0.05em;outline-style:none;margin:0px">(1)支持针对字符串比较的高级特性

<p

style="text-align:justify;text-indent:21pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-

height:1.74;letter-spacing:0.05em;outline-style:none;margin:0px">(2)命令格式:[[

expression ]]

<p style="text-align:justify;text-indent:21pt;font-size:14px;color:rgb( 38 , 38 , 38

);line-height:1.74;letter-spacing:0.05em;outline-style:none;margin:0px">(3)除了标准的字符

串比较,还支持模式匹配

<p style="text-align:justify;text-indent:21pt;font-size:14px;color:rgb(

38 , 38 , 38 );line-height:1.74;letter-spacing:0.05em;outline-style:none;margin:0px">示例:

<p

style="text-align:justify;text-indent:21pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-

height:1.74;letter-spacing:0.05em;outline-style:none;margin:0px"><span class="lake-card-margin-top

lake-card-margin-bottom"><img src="https://ucc.alicdn.com/pic/developer-

ecology/4fbcc6b4c9384cb887399e43aa6f1686.png" class="image lake-drag-image" alt="image.png"

title="image.png" style="width:508.5px" />

<p style="text-align:justify;text-

indent:21pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-height:1.74;letter-spacing:0.05em;outline-

style:none;margin:0px">

<p style="text-align:justify;text-indent:28pt;font-size:14px;color:rgb( 38 ,

38 , 38 );line-height:1.74;letter-spacing:0.05em;outline-style:none;margin:0px"><span style="font-

size:19px" class="lake-fontsize-14">四、sase语句

<p style="text-align:justify;text-

indent:21pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-height:1.74;letter-spacing:0.05em;outline-

style:none;margin:0px">1、常代替if-then-elif语句用于对某个变量有大量判断语句的场景

<p style="text-

align:justify;text-indent:21pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-height:1.74;letter-

spacing:0.05em;outline-style:none;margin:0px">2、格式:

<p style="text-align:justify;text-

indent:21pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-height:1.74;letter-spacing:0.05em;outline-

style:none;margin:0px"><img

src="https://ucc.alicdn.com/pic/developer-ecology/57c7d68a331942a8b78337dc6439f7e2.png" class="image

lake-drag-image" alt="image.png" title="image.png" style="width:525px" />

<p style="text-

align:justify;text-indent:21pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-height:1.74;letter-

spacing:0.05em;outline-style:none;margin:0px">示例:

<p style="text-align:justify;text-

indent:21pt;font-size:14px;color:rgb( 38 , 38 , 38 );line-height:1.74;letter-spacing:0.05em;outline-

style:none;margin:0px"><img

src="https://ucc.alicdn.com/pic/developer-ecology/0173472697944cf1b431046ae0dbadf8.png" class="image

lake-drag-image" alt="image.png" title="image.png" style="width:500px" />

相关文章
|
2月前
|
Shell
一个用于添加/删除定时任务的shell脚本
一个用于添加/删除定时任务的shell脚本
96 1
|
3月前
|
Shell Linux
Linux shell编程学习笔记30:打造彩色的选项菜单
Linux shell编程学习笔记30:打造彩色的选项菜单
|
1月前
|
Shell Linux 测试技术
6种方法打造出色的Shell脚本
6种方法打造出色的Shell脚本
55 2
6种方法打造出色的Shell脚本
|
19天前
|
XML JSON 监控
Shell脚本要点和难点以及具体应用和优缺点介绍
Shell脚本在系统管理和自动化任务中扮演着重要角色。尽管存在调试困难、可读性差等问题,但其简洁高效、易于学习和强大的功能使其在许多场景中不可或缺。通过掌握Shell脚本的基本语法、常用命令和函数,并了解其优缺点,开发者可以编写出高效的脚本来完成各种任务,提高工作效率。希望本文能为您在Shell脚本编写和应用中提供有价值的参考和指导。
48 1
|
24天前
|
Ubuntu Shell 开发工具
ubuntu/debian shell 脚本自动配置 gitea git 仓库
这是一个自动配置 Gitea Git 仓库的 Shell 脚本,支持 Ubuntu 20+ 和 Debian 12+ 系统。脚本会创建必要的目录、下载并安装 Gitea,创建 Gitea 用户和服务,确保 Gitea 在系统启动时自动运行。用户可以选择从官方或小绿叶技术博客下载安装包。
43 2
|
2月前
|
监控 网络协议 Shell
ip和ip网段攻击拦截系统-绿叶结界防火墙系统shell脚本
这是一个名为“小绿叶技术博客扫段攻击拦截系统”的Bash脚本,用于监控和拦截TCP攻击。通过抓取网络数据包监控可疑IP,并利用iptables和firewalld防火墙规则对这些IP进行拦截。同时,该系统能够查询数据库中的白名单,确保合法IP不受影响。此外,它还具备日志记录功能,以便于后续分析和审计。
49 6
|
1月前
|
运维 监控 Shell
深入理解Linux系统下的Shell脚本编程
【10月更文挑战第24天】本文将深入浅出地介绍Linux系统中Shell脚本的基础知识和实用技巧,帮助读者从零开始学习编写Shell脚本。通过本文的学习,你将能够掌握Shell脚本的基本语法、变量使用、流程控制以及函数定义等核心概念,并学会如何将这些知识应用于实际问题解决中。文章还将展示几个实用的Shell脚本例子,以加深对知识点的理解和应用。无论你是运维人员还是软件开发者,这篇文章都将为你提供强大的Linux自动化工具。
|
2月前
|
监控 Unix Shell
shell脚本编程学习
【10月更文挑战第1天】shell脚本编程
77 12
|
2月前
|
存储 运维 监控
自动化运维:使用Shell脚本简化日常任务
【9月更文挑战第35天】在IT运维的日常工作中,重复性的任务往往消耗大量的时间。本文将介绍如何通过编写简单的Shell脚本来自动化这些日常任务,从而提升效率。我们将一起探索Shell脚本的基础语法,并通过实际案例展示如何应用这些知识来创建有用的自动化工具。无论你是新手还是有一定经验的运维人员,这篇文章都会为你提供新的视角和技巧,让你的工作更加轻松。
67 2
|
3月前
|
Shell Linux
Linux shell编程学习笔记82:w命令——一览无余
Linux shell编程学习笔记82:w命令——一览无余