From 151f0b2f32752eaa0e99ad0f2109f83d72c34df3 Mon Sep 17 00:00:00 2001 From: Hayden Schiff Date: Mon, 22 Feb 2016 18:26:21 -0500 Subject: [PATCH] jobs: add page --- pages/common/jobs.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages/common/jobs.md diff --git a/pages/common/jobs.md b/pages/common/jobs.md new file mode 100644 index 0000000000..60e4b3a15c --- /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`