此函数等待子进程终止,返回已故进程的进程ID。 该流程的退出状态包含在$?中。
以下是此函数的简单语法 -
wait
如果没有子进程,则此函数返回-1,否则返回已故进程的进程ID
Following is the example code showing its basic usage −
When above code is executed, it produces the following result −