1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 19:05:59 +02:00

jobs: added -l flag

This commit is contained in:
Hayden Schiff 2016-02-22 18:33:35 -05:00
parent 151f0b2f32
commit f50114a721

View file

@ -10,6 +10,10 @@
`jobs {{job_id}}` `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` `jobs -p`