From 6dd36ada23cf7682c808090d3e139ff394f2461b Mon Sep 17 00:00:00 2001 From: Te-Chi Liu Date: Tue, 21 Jun 2016 07:05:30 +0800 Subject: [PATCH] bg: add page (#911) --- pages/common/bg.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/common/bg.md diff --git a/pages/common/bg.md b/pages/common/bg.md new file mode 100644 index 000000000..9d434b5f9 --- /dev/null +++ b/pages/common/bg.md @@ -0,0 +1,11 @@ +# bg + +> Resumes suspended jobs and keeps them running in the background. + +- Resume most recently suspended background job running in the background: + +`bg` + +- Resume a specific job running in the background: + +`bg {{job_id}}`