Shell编程总结:
1、linux命令
2、位置变量 $0 $1 $# $?
3、条件测试 [ ] [[ ]] (( )) if case
4、循环for while
5、打印echo cat
6、web检测 wget curl
7、端口检测 nc netstat -lntup
8、字符串过滤 grep awk wc sed
时间: 2024-10-27 14:05:08
Shell编程总结:
1、linux命令
2、位置变量 $0 $1 $# $?
3、条件测试 [ ] [[ ]] (( )) if case
4、循环for while
5、打印echo cat
6、web检测 wget curl
7、端口检测 nc netstat -lntup
8、字符串过滤 grep awk wc sed