1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 01:14:58 +00:00
serenity/Base/usr/share/man/man1/yes.md
kleines Filmröllchen afaea38be2 Base: Expand "See Also" sections of many manpages
This commit focuses on the CLI utilities.
2023-07-06 10:03:48 +01:00

397 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

See also