1WAIT(1) General Commands Manual WAIT(1)
23
4
NAME
6wait - await completion of process
7
SYNOPSIS
9wait
10
DESCRIPTION
12Wait until all processes started with & have completed, and report on
13abnormal terminations.
1415
Because the wait(2) system call must be executed in the parent process,
16the Shell itself executes wait, without creating a new process.
17
SEE ALSO
19sh(1)
20
BUGS
22Not all the processes of a 3- or more-stage pipeline are children of
23the Shell, and thus can't be waited for.
2425
26
27
WAIT(1)