• yes
    • 补充说明
      • 语法
      • 参数
      • 实例

    yes

    重复打印指定字符串

    补充说明

    yes命令 在命令行中输出指定的字符串,直到yes进程被杀死。不带任何参数输入yes命令默认的字符串就是y。

    语法

    1. yes(参数)

    参数

    字符串:指定要重复打印的字符串。

    实例

    1. [root@localhost ~]# yes testline
    2. testline
    3. testline
    4. testline
    5. testline
    6. testline
    7. testline
    8. testline
    9. testline
    10. ...一直重复打印 testline,按Ctrl+C结束。