wait

NAME

wait - wait for any child process to die


SYNOPSIS

wait


DESCRIPTION

Waits for a child process to terminate and returns the pid of the deceased process, or -1 if there are no child processes. The status is returned in $?.