repeat built-in command for tcsh: Execute command count times

Format

repeat count command

Description

The specified command is executed count times. repeat is subject to the same restrictions as the command in the one line if statement. I/O redirections occur exactly once, even if count is 0.

Related information

tcsh