yes-(1f) - [FUNIX] output a string repeatedly until killed or limit is reached (LICENSE:PD)
Synopsis
Description
Options
Examples
Reporting Bugs
See Also
Author
License
yes- [STRING[ -repeat N]]|[ --help| --version]
yes-(1) prints the command line arguments, separated by spaces and followed by a newline until the repeat count is reached or endlessly until it is killed. If no arguments are given, it prints "y" followed by a newline endlessly until killed. Upon a write error, yes-(1) exits with status "1".
-repeat N specify number of times to display string --help display this help and exit --version output version information and exit
Sample commands
# repeat a command 20 times, pausing and clearing: yes- date --repeat 20 |xargs -iXX sh -c XX;sleep 2;clear
Report yes- bugs to <http://www.urbanjost.altervista.org/index.html>
yes(1), repeat(1), xargs(1)
John S. Urban
Public Domain
Nemo Release 3.1 | yes- (1) | February 23, 2025 |