wait

From RaySoft

Waits for each process identified by an ID, which may be a process ID or a job pecification, and reports its termination status. If ID is not given, waits for all currently active child processes, and the return status is zero. If ID is a a job specification, waits for all processes in that job's pipeline.[1]

Documentation

Syntax

wait [PARAMETER] [ID ...]

Parameters

-n
If the -n option is supplied, waits for the next job to terminate and returns its exit status.

References

  1. bash -c 'help wait'