WAIT(1) — USER COMMANDS
NAME
wait − await completion of a process
SYNOPSIS
wait
DESCRIPTION
Wait until all processes started with & or bg 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 ALSO
BUGS
Not 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).)
Sun Release 3.2 — Last change: 6 July 1983