diff --git a/pages/common/jobs.md b/pages/common/jobs.md new file mode 100644 index 000000000..60e4b3a15 --- /dev/null +++ b/pages/common/jobs.md @@ -0,0 +1,15 @@ +# jobs + +> Display status of jobs in the current session. + +- Show status of all jobs: + +`jobs` + +- Show status of a particular job: + +`jobs {{job_id}}` + +- Print process IDs of all jobs: + +`jobs -p`