Query: wait
OS: bsd
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
WAIT(1) General Commands Manual WAIT(1)NAMEwait - await completion of processSYNOPSISwaitDESCRIPTIONWait until all processes started with & have completed, and report on abnormal terminations. Because the wait(2) system call must be executed in the parent process, the Shell itself executes wait, without creating a new process.SEE ALSOsh(1)BUGSNot all the processes of a 3- or more-stage pipeline are children of the Shell, and thus can't be waited for. (This bug does not apply to csh(1).) 7th Edition April 29, 1985 WAIT(1)