mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
jobs: add page
This commit is contained in:
parent
4b1f1f476a
commit
151f0b2f32
1 changed files with 15 additions and 0 deletions
15
pages/common/jobs.md
Normal file
15
pages/common/jobs.md
Normal 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`
|
Loading…
Add table
Reference in a new issue