Linux shell 编程教程目录 作者:马育民 • 2025-11-20 09:04 • 阅读:10003 # 基础 - [linux shell 编程介绍、第一个例子](https://www.malaoshi.top/show_1GW2GAr1pypH.html "linux shell 编程介绍、第一个例子") - [linux shell 编程:变量](https://www.malaoshi.top/show_1GW2GCSu9XYn.html "linux shell 编程:变量") # 运算 - [linux shell 编程:实现运算(expr、$((...))、bc计算浮点数)](https://www.malaoshi.top/show_1GW2GCrHohBY.html "linux shell 编程:实现运算(expr、$((...))、bc计算浮点数)") - [linux shell 编程:算术运算符](https://www.malaoshi.top/show_1GW2GDFx9ga7.html "linux shell 编程:算术运算符") # 语句 - [linux shell 编程:if、elif、else、then语句](https://www.malaoshi.top/show_1GW2DzQ16wxh.html "linux shell 编程:if、elif、else、then语句") - [linux shell 编程:for循环、break、continue](https://www.malaoshi.top/show_1GW2GaToDDKQ.html "linux shell 编程:for循环") # 函数 - [linux shell 编程:函数](https://www.malaoshi.top/show_1GW2GBe14Mvy.html "linux shell 编程:函数") # 交互 - [linux shell 编程:read获取控制台输入、读取文件内容](https://www.malaoshi.top/show_1GW2GD3dyG56.html "linux shell 编程:read获取控制台输入、读取文件内容") 原文出处:http://malaoshi.top/show_1GW2GAsT3CrR.html