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: toupper Chapter 11
The Awk Scripting Language
Next: 11. The Awk Scripting Language
 

while

while  
(


condition


)



command

Do command while condition is true (see if for a description of allowable conditions). A series of commands must be put within braces.


Previous: Reference: toupper UNIX in a Nutshell: System V Edition Next: 11. The Awk Scripting Language
Reference: toupper Book Index 11. The Awk Scripting Language

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