1
0
Fork 0
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:
Managor 2024-10-12 08:49:27 +03:00 committed by GitHub
parent 2b210c5ff7
commit 7386dd1d42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,3 +10,7 @@
- Wait for all processes known to the invoking shell to finish:
`wait`
- Wait for a job to finish:
`wait %{{N}}`