mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-30 15:53:43 +02:00
parent
1270b03f43
commit
f0e3a83d61
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# wait
|
||||
|
||||
> Wait for a process to complete before proceeding.
|
||||
> See also: `ps` to view information about running processes.
|
||||
> See also: `ps` to view information about running processes and `waitpid`.
|
||||
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-wait>.
|
||||
|
||||
- Wait for a process to finish given its process ID (PID) and return its exit status:
|
||||
|
|
Loading…
Add table
Reference in a new issue