Skip to content
Notes
Search
K
Main Navigation
CS
算法
计算机组成原理
数据结构
设计模式
leetcode
Fullstack
Babel
Frontend
MySQL
Python
Tools
DevOps
Git
Linux
Neovim
Shell 脚本编程
Windows
Appearance
Menu
Return to top
On this page
Shell 脚本编程
认识 Shell
认识 Shell 脚本
Shell 脚本执行方式
Shell 脚本的跟踪与调试(写作中)
命令执行条件
管道
管道
输出重定向
输入重定向(写作中)
变量
使用 echo 输出内容
变量声明、赋值与取消
自定义变量的引用与作用范围
环境变量(写作中)
环境变量配置文件(写作中)
shell 脚本预定义变量
位置变量(写作中)
数组(写作中)
转义与引用(写作中)
特殊字符(写作中)
判断
test 命令
if 判断
case...esac 判断
循环
for 循环
while 循环与 until 循环
break 和 continue
函数
自定义函数
创建库
数组变量与函数(写作中)
系统函数库(写作中)