Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ wait(C) — Xenix 2.3.4g

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

sh(C)



     WAIT(C)                  XENIX System V                   WAIT(C)



     Name
          wait - Awaits completion of background processes.

     Syntax
          wait

     Description
          Waits until all background processes started with an
          ampersand (&) have finished, and reports on abnormal
          terminations.

          Because the wait(S) system call must be executed in the
          parent process, the shell itself executes wait, without
          creating a new process.

     See Also
          sh(C)

     Notes
          Not all the processes of a pipeline with three or more
          stages are children of the shell, and thus cannot be waited
          for.

































     Page 1                                           (printed 8/7/87)



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026