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:
parent
151f0b2f32
commit
f50114a721
1 changed files with 5 additions and 1 deletions
|
@ -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`
|
||||||
|
|
Loading…
Add table
Reference in a new issue