UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: wChapter 2
Unix Commands
Next: Reference: wc
 

wait

wait [n]

Wait for all background processes to complete and report their termination status. Used in shell scripts. If n is specified, wait only for the process with process ID n. wait is a built-in command in the Bourne, Korn, and C shells. See Chapter 4 and Chapter 5 for more information.


Previous: Reference: wUNIX in a Nutshell: System V EditionNext: Reference: wc
Reference: wBook IndexReference: wc

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