BSD 1 development
[unix-history] / man1 / wait.1
CommitLineData
fde98a2d
BJ
1.th WAIT I 4/9/73
2.sh NAME
3wait \*- await completion of process
4.sh SYNOPSIS
5.bd wait
6.sh DESCRIPTION
7Wait until all processes started with
8.bd `&'
9have completed,
10and report on abnormal terminations.
11.s3
12Because
13.it "sys wait"
14must be executed in the parent process,
15the Shell itself executes
16.it wait,
17without creating a new process.
18.sh "SEE ALSO"
19sh (I)
20.sh BUGS
21After executing
22.it wait
23in a non-interactive shell
24you are committed to waiting until
25termination,
26because interrupts and quits are ignored
27by all processes concerned.
28The only out, if the process does not terminate,
29is to
30.it kill
31it from another terminal or to
32hang up.