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]#
回显命令,此命令将回显用户输入的参数。
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]#