diff --git a/pages/common/bg.md b/pages/common/bg.md new file mode 100644 index 0000000000..9d434b5f99 --- /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}}`