yes - output a string repeatedly until killed
$ yes [string]
yes outputs an endless stream of specified string (with trailing newline) in a loop.
string: String to print; defaults to "yes".$ yes
yes
yes
yes
yes
yes
yes
yes^C
$ yes t
t
t
t
t
t
t
t
t
t
t^C