1WAIT(1) General Commands Manual WAIT(1)
2
3
4
6 wait - await completion of process
7
9 wait
10
12 Wait until all processes started with & have completed, and report on
13 abnormal terminations.
14
15 Because the wait(2) system call must be executed in the parent process,
16 the Shell itself executes wait, without creating a new process.
17
19 sh(1)
20
22 Not all the processes of a 3- or more-stage pipeline are children of
23 the Shell, and thus can't be waited for. (This bug does not apply to
24 csh(1).)
25
26
27
287th Edition April 29, 1985 WAIT(1)