第二十章 Shell编程(中)

20.16 shell中的函数(上) $0 取脚本的名称   $# 取当前脚本的参数 20.17 shell中的函数(下) 网卡名冒号后面记得加空格 20.18 shell中的数组 20.19 告警系统需求分析 20.20 告警系统主脚本 •main.sh内容  #!/bin/bash #Written by aming. # 是否发送邮件的开关 export send=1 # 过滤ip地址 ex
相关文章
相关标签/搜索