Merge pull request #792 from oxguy3/patch-6

jobs: add page
This commit is contained in:
Igor Shubovych
2016-02-23 03:25:55 +02:00

19
pages/common/jobs.md Normal file
View File

@@ -0,0 +1,19 @@
# jobs
> Display status of jobs in the current session.
- Show status of all jobs:
`jobs`
- Show status of a particular job:
`jobs {{job_id}}`
- Show status and process IDs of all jobs:
`jobs -l`
- Show process IDs of all jobs:
`jobs -p`