Shell学习总结一 bingliaolong Shell 8个月前 (08-07) 4 0 基本语法 Shebang #!/bin/bash 注释 # 这是一个注释 变量 变量名不能包含空格,等号两边也不能有空格 引用变量使用$符号 NAME="world" echo "Hel...