BSD 1 development
[unix-history] / man6 / repeat.6
CommitLineData
cbb6c9b3
JS
1.th REPEAT VI 8/28/77
2.sh NAME
3repeat \- repeat a command a specified number of times
4.sh SYNOPSIS
5.bd repeat
6number command [ arg ... ]
7.sh DESCRIPTION
8.it Repeat
9will execute a command a specified number of times.
10Examples would be:
11.dt
12.s3
13 repeat 25 ps
14.br
15 repeat 3 who
16.sh SEE\ ALSO
17if (I), goto (I), sh (I)
18.sh AUTHOR
19Jeff Schriebman
20.sh BUGS
21.it Command
22cannot be the name of an executable shell file.