摘要: # 表示注释 #! 指定当前脚本的解析器 #!/bin/bash echo "Hello World" ; 命令分隔符 #!/bin/bash echo hello;echo there filename=ttt.sh if [ -r "$filename" ]; then echo ... 阅读全文