mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 08:55:05 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# wait
|
||||
|
||||
> Wait for a process to complete before proceeding.
|
||||
> See also: `ps` to view information about running processes and `waitpid`.
|
||||
> See also: `ps`, `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:
|
||||
|
||||
Reference in New Issue
Block a user