home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: rehash Chapter 5
The C Shell
Next: Reference: set
 

repeat



repeat

 

n command

Execute n instances of command .

Examples

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


Previous: Reference: rehash UNIX in a Nutshell: System V Edition Next: Reference: set
Reference: rehash Book Index Reference: set

The UNIX CD Bookshelf Navigation The UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System