mirror of https://github.com/CrimsonTome/tldr.git
21 lines
295 B
Markdown
21 lines
295 B
Markdown
# jobs
|
|
|
|
> Display status of jobs in the current session.
|
|
> More information: <https://manned.org/jobs>.
|
|
|
|
- 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`
|