yes.1 (548B)
- .\" utils-std: Collection of commonly available Unix tools
- .\" Copyright 2017 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
- .\" SPDX-License-Identifier: MPL-2.0
- .Dd 2024-04-12
- .Dt YES 1
- .Os
- .Sh NAME
- .Nm yes
- .Nd output a string repeatedly
- .Sh SYNOPSIS
- .Nm
- .Op Ar string...
- .Sh DESCRIPTION
- The
- .Nm
- utility repeatedly prints
- .Ar string
- or by default 'y'.
- .Sh EXIT STATUS
- .Ex -std
- .Sh SEE ALSO
- .Xr echo 1
- .Sh HISTORY
- The
- .Nm
- command appeared in Version 7 AT&T UNIX.
- .Sh AUTHORS
- .An Haelwenn (lanodan) Monnier Aq Mt contact+utils@hacktivis.me