kernel: restore setting KTS_NONE
[minix.git] / man / man1 / yes.1
blob03e31bc240ef433446932ddec753a577110fec96
1 .TH YES 1
2 .SH NAME
3 yes \- an endless stream of the same word
4 .SH SYNOPSIS
5 \fByes\fR [\fIanswer\fR]\fR
6 .br
7 .de FL
8 .TP
9 \\fB\\$1\\fR
10 \\$2
12 .de EX
13 .TP 20
14 \\fB\\$1\\fR
15 # \\$2
17 .SH EXAMPLES
18 .TP 20
19 .B yes | script
20 # Answer yes to all questions from the script
21 .SH DESCRIPTION
22 .PP
23 \fIYes\fP sends out an endless stream of y's, each on one line.  One
24 uses it to automatically say "yes" to all questions a command may ask.
25 This is useful for commands that ask too many "Are you sure?" questions.
26 The optional argument makes \fIyes\fP use \fIanswer\fP as the word to
27 print instead of a single y character.