coreutils

General Software Utilities
git clone http://git.omkov.net/coreutils
Log | Tree | Refs | README | LICENCE | Download

coreutils/man/yes.1 (17 lines, 457 B) -rw-r--r-- blame download

012345678910111213141516
.TH YES 1 2022-03-06 "OMKOV coreutils" "General Commands Manual"
.SH NAME
yes \(em output a string repeatedly
.SH SYNOPSYS
\fByes\fR [\fIstring\fR]
.SH DESCRIPTION
Repeatedly output \fIstring\fR, or 'y' if unspecified, to standard output.
.SH OPERANDS
The following operand is supported:
.IP \fIstring\fR 8
A string to be written to standard output.
.SH COPYRIGHT
.nf
Copyright (C) 2020, Jakob Wakeling
MIT Licence (https://opensource.org/licenses/MIT)
.fi