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: delete Chapter 11
The Awk Scripting Language
Next: Reference: exit
 

do



do


     

body




while (



expr



)

Looping statement. Execute statements in body , then evaluate expr . If expr is true, execute body again. {N}


Previous: Reference: delete UNIX in a Nutshell: System V Edition Next: Reference: exit
Reference: delete Book Index Reference: exit

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