这篇文章主要介绍 shell 编程 的知识,从0到项目为主。让你快速的入门,并且进阶。
两个变量 不出结果 ,一定要用 { } 括一下
条件表达式有 空格, 运算 里边不要有空格
1: shell 开始前的 闲聊
什么是shell脚本(什么是shell):连接
第一个shell 脚本:连接
shell脚本执行的3中方式: 连接
shell 脚本书写规范: 连接
2: shell 变量:
什么是shell 变量 全局变量和普通变量: 连接
跟shell 变量相关的配置文件: 连接
shell变量的命名规范: 连接
shell变量值的定义: 连接
shell 中重要的 位置变量 $0,$#, $?, : 连接
shell 变量的3中传参方式: 连接
3. 变量的子串
shell编程变量的子串 (统计字符串长度,取出长度小于n的 字符串) :连接
4shell编程中数值运算 : 连接
5. shell编程中 整数比较:([ 10 -gt 5 ]
) 连接
6. shell 编程中 文件判断: 连接
7.shell 编程 if else 条件表达式 : 连接
8. shell 编程 while 循环 : 连接
shell 编程 for 循环: 连接
shell编程 流程控制语句 : 连接
shell 读取文件 for 和 while : 连接
shell 编程 case in : 连接
shell 编程 函数 : 连接
shell数组遍历详细介绍 : 连接
11 . shell 编程 菜单编写: 连接
12 . shell 编程 改变 字体颜色: 连接
其他:
shell Ctrl+c 忽略(屏蔽 ctrl c 等中断命令)linux trap 命令介绍 : 连接
shell脚本书写规范
shell脚本
shell脚本编写规范
shell脚本范例
shell脚本基本语法详解
shell脚本用法
shell脚本基础知识
shell脚本语法及结构
shell脚本常用功能
欢迎来撩 : shell 编程从0到1
欢迎来撩 : 汇总all