June 2003
Beginner to intermediate
944 pages
43h 1m
English
wait
wait [ID]Pause in execution until all background jobs complete (exit status 0 will be returned), or until the specified background process ID or job ID completes (exit status of ID is returned). Note that the shell variable $! contains the process ID of the most recent background process. If job control is not in effect, ID can only be a process ID number. See Section 7.6.
ait $! Wait for last background process to finishRead now
Unlock full access