jobs: add page

This commit is contained in:
Hayden Schiff
2016-02-22 18:26:21 -05:00
parent 4b1f1f476a
commit 151f0b2f32

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

@@ -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`