.th REPEAT VI 8/28/77 .sh NAME repeat \- repeat a command a specified number of times .sh SYNOPSIS .bd repeat number command [ arg ... ] .sh DESCRIPTION .it Repeat will execute a command a specified number of times. Examples would be: .dt .s3 repeat 25 ps .br repeat 3 who .sh SEE\ ALSO if (I), goto (I), sh (I) .sh AUTHOR Jeff Schriebman .sh BUGS .it Command cannot be the name of an executable shell file.