1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 10:01:13 +09:00
ladybird/Base/usr/share/man/man1/yes.md
2021-07-03 09:08:25 +02:00

353 B

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

  • string: String to print; defaults to "yes".

Examples

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