This website requires JavaScript.
Explore
Help
Register
Sign in
lilith
/
tldr
Watch
1
Star
0
Fork
You've already forked tldr
0
mirror of
https://github.com/tldr-pages/tldr.git
synced
2025-04-29 23:24:55 +02:00
Code
Activity
152ee9b622
Branches
Tags
No results found.
tldr
/
pages
/
common
/
wait.md
Waldir Pimenta
3061f6ca65
wait.md: rephrase for clarity
2016-08-09 10:58:49 +01:00
236 B
Raw
Blame
History
wait
Wait for a process to complete before proceeding.
Wait for a process to finish given its process ID (PID) and return its exit status:
wait {{pid}}
Wait for all processes known to the invoking shell to finish:
wait