摘要: echo: 用于字符串的输出。命令格式: echo "It is a test" //可以省略双引号; 显示转义字符 echo "\"It is a test\"" //可以省略双引号; 变量 #!/bin/sh read name echo "$name It is a test" read是一个 阅读全文
posted @ 2020-09-02 09:12 Kraken 阅读(156) 评论(0) 推荐(0) 编辑