فهرست منبع

wait: add page

jefferycjones 8 سال پیش
والد
کامیت
47f0f839b3
1فایلهای تغییر یافته به همراه11 افزوده شده و 0 حذف شده
  1. 11 0
      pages/common/wait.md

+ 11 - 0
pages/common/wait.md

@@ -0,0 +1,11 @@
+# wait
+
+> Wait for a process to complete before proceeding.
+
+- Wait for given process id (pid) to finish and return its exit status:
+
+`wait {{pid}}`
+
+- Wait for all processes known to the invoking shell to finish:
+
+`wait`