Linux命令:yes 命令
1.命令说明
输出回应的字符串。yes回应“y”字符,后者指定字符。
2.路径
/usr/bin/yes
3.语法
yes [--help] [--version] string
4.参数
--help 显示帮助字符。 --version 显示版本信息
5.相关命令
无
6.举例说明
[root@bixuan/]#yes "OK" //回应“OK”字符串。
命令执行结果如下:
OK
OK
OK
...
Ctrl+c //按Ctrl+c键中断
[root@localhost ~]# yes hello world
hello world
hello world
hello world
hello world
hello world
hello world
...
阅读(1394) | 评论(1) | 转发(0) |