diff --git a/pages/common/wait.md b/pages/common/wait.md index 3a93b082e1..92d74a0a2a 100644 --- a/pages/common/wait.md +++ b/pages/common/wait.md @@ -10,3 +10,7 @@ - Wait for all processes known to the invoking shell to finish: `wait` + +- Wait for a job to finish: + +`wait %{{N}}`