mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:22:09 +02:00
wait: add an example for jobs (#14043)
This commit is contained in:
parent
2b210c5ff7
commit
7386dd1d42
1 changed files with 4 additions and 0 deletions
|
@ -10,3 +10,7 @@
|
|||
- Wait for all processes known to the invoking shell to finish:
|
||||
|
||||
`wait`
|
||||
|
||||
- Wait for a job to finish:
|
||||
|
||||
`wait %{{N}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue