1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 22:04:59 +02:00

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`