wait.1

来自「莱昂氏UNIX源代码分析UNIXv6src.tar.gz」· 1 代码 · 共 32 行

1
32
字号
.th WAIT I 4/9/73.sh NAMEwait \*- await completion of process.sh SYNOPSIS.bd wait.sh DESCRIPTIONWait until all processes started with.bd &have completed,and report on abnormal terminations..s3Because.it "sys wait"must be executed in the parent process,the Shell itself executes.it wait,without creating a new process..sh "SEE ALSO"sh (I).sh BUGSAfter executing.it waityou are committed to waiting untiltermination,because interrupts and quits are ignoredby all processes concerned.The only out, if the process does not terminate,is to.it killit from another terminal or tohang up.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?