repeat - Run a give command repeatedly |
repeat - Run a give command repeatedly
repeat <COMMAND> [<ARGS>]
How many times to repeat the given command. Default is infinite.
How many time the command has been ran. The command itself can access this variable to read.
Sleep interval between invocations.
In seconds, by default.
See sleep(1)
for valid parameters.