wait.1
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1 代码 · 共 45 行
1
45 行
.\" SCCSID: @(#)wait.1 8.1 9/11/90.TH wait 1 .SH Namewait \- wait for process completion.SH Syntax.B wait[\fIpid\fR].SH Description.NXR "wait command (general)".NXA "sh command interpreter" "wait command (general)".NXR "diagnostics" "handling"The.PN waitcommandwaits until all processes started with an ampersand(\fB&\fR)have completedand reports on abnormal terminations..PPIf a numeric \fIpid\fR is given and is the process ID of a backgroundprocess, then.PN waitwaitsuntil that process is completed. If \fIpid\fRis not a background process, .PN waitwaits until all background processes have completed..PPBecause the.MS wait 2system call must be executed in the parent process,the Shell itself executes.PN waitwithout creating a new process..SH RestrictionsBecause not all the processes of a 3- or more-stagepipeline are children of the Shell, the.PN wait command does not work on them..PPThe [\fIpid\fR] is available only with sh5..SH See Alsosh(1), sh5(1), wait(2)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?