---
OurLinux
首页
Linux命令大全
select * from t_linuxcommand where f_id = 315
Linux命令大全
其他
yes
yes
作者: 日期:2003-05-30 14:41:16
〔功能说明〕:
输出回应的字符串。yes回应“y”字符,后者指定字符。
〔语法〕:
yes [--help] [--version] string
〔参数〕:
--help 显示帮助字符。 --version 显示版本信息
〔例子〕:
[root@bixuan/]#yes "OK" //回应“OK”字符串。
命令执行结果如下:
OK
OK
OK
...
Ctrl+c //按Ctrl+c键中断