repeat

NAME

repeat - execute command multiple times

SYNOPSIS

repeat count command

DESCRIPTION

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.