repeat
n command
Execute
n
instances of
command
.
Print three copies of memo :
%repeat 3 pr memo | lp
Read 10 lines from the terminal and store in item_list :
%repeat 10 line > item_list
Append 50 boilerplate files to report :
%repeat 50 cat template >> report