logo

utils-std

Collection of commonly available Unix tools git clone https://anongit.hacktivis.me/git/utils-std.git

yes.1 (574B)


  1. .\" utils-std: Collection of commonly available Unix tools
  2. .\" Copyright 2017 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
  3. .\" SPDX-License-Identifier: MPL-2.0
  4. .Dd 2024-04-12
  5. .Dt YES 1
  6. .Os
  7. .Sh NAME
  8. .Nm yes
  9. .Nd output a string repeatedly
  10. .Sh SYNOPSIS
  11. .Nm
  12. .Op Ar string...
  13. .Sh DESCRIPTION
  14. The
  15. .Nm
  16. utility repeatedly prints
  17. .Ar string
  18. or by default 'y'.
  19. .Sh EXIT STATUS
  20. .Ex -std
  21. .Sh SEE ALSO
  22. .Xr echo 1
  23. .Sh STANDARDS
  24. None known.
  25. .Sh HISTORY
  26. The
  27. .Nm
  28. command appeared in Version 7 AT&T UNIX.
  29. .Sh AUTHORS
  30. .An Haelwenn (lanodan) Monnier Aq Mt contact+utils@hacktivis.me