Shell 基础2 本章大纲
详情地址: https://www.xiaobuteach.com/shell/base2/outline.html?from=bili
本章主要内容
Shell 语句
Shell 一行多条命令
Shell 条件 if
Shell 条件表达式的写法
Shell if逻辑运算的写法
Shell 分支 case
Shell 循环 for
Shell 循环 while
Shell 循环 until
Shell 跳出循环
Shell 数组
Shell 数组遍历
Shell 数组深入
Shell 关联数组
Shell 函数
Shell 函数返回值