摘要: [TOC] ## shell函数与数组 ### 1. shell函数 #### 1.1 函数定义 - 将命令序列按格式写在一起 - 可方便重复使用命令序列 **函数组成:函数名、函数体** ```bash [root@localhost ~]#help function #函数帮助 函数格式: fu 阅读全文
posted @ 2023-08-15 17:47 Candy独角兽 阅读(51) 评论(0) 推荐(0)