tldr/pages/common/jobs.md

21 lines
295 B
Markdown
Raw Normal View History

2016-02-22 23:26:21 +00:00
# jobs
> Display status of jobs in the current session.
> More information: <https://manned.org/jobs>.
2016-02-22 23:26:21 +00:00
- Show status of all jobs:
`jobs`
- Show status of a particular job:
`jobs %{{job_id}}`
2016-02-22 23:26:21 +00:00
2016-02-22 23:33:35 +00:00
- Show status and process IDs of all jobs:
`jobs -l`
- Show process IDs of all jobs:
2016-02-22 23:26:21 +00:00
`jobs -p`