From f50114a7217af752eb372f7c1f7306a3bbeacf08 Mon Sep 17 00:00:00 2001 From: Hayden Schiff Date: Mon, 22 Feb 2016 18:33:35 -0500 Subject: [PATCH] jobs: added -l flag --- pages/common/jobs.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/common/jobs.md b/pages/common/jobs.md index 60e4b3a15c..30c2c0fcdd 100644 --- a/pages/common/jobs.md +++ b/pages/common/jobs.md @@ -10,6 +10,10 @@ `jobs {{job_id}}` -- Print process IDs of all jobs: +- Show status and process IDs of all jobs: + +`jobs -l` + +- Show process IDs of all jobs: `jobs -p`