.TH yes "" "" Command
.PC "Print infinitely many responses"
\fByes [ \fIstring\fB ]\fR
.PP
With no argument,
.B yes
prints the string
.B y\en
forever.
If a
.I string
is named on the command line, then
.B yes
prints it forever.
.SH Example
The following example scribbles the string \fBfoo\en\fR over a high-density,
5.25-inch floppy disk in drive 0 (drive A):
.DS
	yes foo >/dev/fha0
.DE
.SH "See Also"
.Xr "commands" commands
