UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: toupperChapter 11
The awk Programming Language
Next: 11. The awk Programming Language
 

while

while (condition)
    statement

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


Previous: Reference: toupperUNIX in a Nutshell: System V EditionNext: 11. The awk Programming Language
Reference: toupperBook Index11. The awk Programming Language

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