Wait: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:
=Internal=
=Internal=


* [[Bash#Built-In_Commands|bash]]
* [[Linux#Commands|Linux]]
* [[Linux#Commands|Linux]]



Revision as of 23:06, 9 October 2019

External

Internal

Overview

wait [n]

Wait for the specified process and report its termination status. If n is not given, all currently active child processes are waited for, and the return code is zero. n may be a process ID or a job specification; if a job spec is given, all processes in the job's pipeline are waited for.