repeat - execute command multiple times
repeat count command
This command is a C-shell built-in command.
The specified command, which is subject to the same restrictions as the command in the one-line C-shell if(1) command, is executed count times. Input/output (I/O) redirections occur exactly once, even if count is 0.