From 7386dd1d42661eebed7f98997e22f79a3ee7dc4d Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 12 Oct 2024 08:49:27 +0300 Subject: [PATCH] wait: add an example for jobs (#14043) --- pages/common/wait.md | 4 ++++ 1 file changed, 4 insertions(+) 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}}`