yes(1) - SerenityOS man pages

#Name

yes - output a string repeatedly until killed

#Synopsis

$ yes [string]

#Description

yes outputs an endless stream of specified string (with trailing newline) in a loop.

#Options

#Examples

$ yes
yes
yes
yes
yes
yes
yes
yes^C
$ yes t
t
t
t
t
t
t
t
t
t
t^C

#See also