#Brief Shell 的 echo 指令是用于字符串的输出。格式如下:
#!/bin/bash echo string
#Command 显示普通字符串
#!/bin/bash echo "It is a test"
Last updated 3 years ago