1WAIT(1)                     General Commands Manual                    WAIT(1)
2
3
4

NAME

6       wait - await completion of process
7

SYNOPSIS

9       wait
10

DESCRIPTION

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

SEE ALSO

19       sh(1)
20

BUGS

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.
24
25
26
27                                                                       WAIT(1)
Impressum