Команда wait

Await process completion.

Синтаксис

wait [pid] [jobid]

pidThe unsigned decimal integer process ID of a command, for which the utility is to wait for the termination.
jobidA job control job ID that identifies a background process group to be waited for. The job control job ID notation is applicable only for invocations of wait in the current shell execution environment, and only on systems supporting the job control option.

Примеры

wait 2017 - Wait on pid 2017 until termination

Обратно к списку команд