echo

更新时间:
2024-01-09
下载文档

echo

回显命令,此命令将回显用户输入的参数。

格式

echo <message>

说明

[root@sylixos:/root]# help echo
echo the input command.
echo [message]
[root@sylixos:/root]# 

此命令 echo 后的参数回显。

样例

[root@sylixos:/root]# echo hello word
hello word
[root@sylixos:/root]#
文档内容是否对您有所帮助?
有帮助
没帮助