6.linux命令之echo命令

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了6.linux命令之echo命令相关的知识,希望对你有一定的参考价值。

echo命令:

    选项:

        实例:

        [[email protected] ~]# echo "hello word"
        hello word

    [[email protected] ~]# echo "huyuwj" | passwd --stdin centos
        Changing password for user centos.
        passwd: all authentication tokens updated successfully.
    #   更改用户centos的密码。
    # 密码:已成功更新所有身份验证令牌。

以上是关于6.linux命令之echo命令的主要内容,如果未能解决你的问题,请参考以下文章

Shell基础命令之echo

批处理(bat)命令之echo命令

linux之Shell编程--Shell输出命令echo和printf

Linux命令之echo

Linux命令之输出内容到控制台echo

shell脚本之echo命令颜色输出(二)