Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

Unix

Unix v6

wait(1)



wait await completion of process Wait until all processes started with have completed, and report on abnormal terminations. Because must be executed in the parent process, the Shell itself executes without creating a new process. sh (I) After executing you are committed to waiting until termination, because interrupts and quits are ignored by all processes concerned. The only out, if the process does not terminate, is to it from another terminal or to hang up.



wait(1)