mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-23 16:24:27 +02:00
19 lines
247 B
Markdown
19 lines
247 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}}`
|
|
|
|
- Show status and process IDs of all jobs:
|
|
|
|
`jobs -l`
|
|
|
|
- Show process IDs of all jobs:
|
|
|
|
`jobs -p`
|