mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-15 14:59:36 +03:00
16 lines
193 B
Markdown
16 lines
193 B
Markdown
|
# 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`
|