tldr/pages/common/jobs.md

20 lines
247 B
Markdown
Raw Normal View History

2016-02-23 02:26:21 +03:00
# jobs
> Display status of jobs in the current session.
- Show status of all jobs:
`jobs`
- Show status of a particular job:
`jobs {{job_id}}`
2016-02-23 02:33:35 +03:00
- Show status and process IDs of all jobs:
`jobs -l`
- Show process IDs of all jobs:
2016-02-23 02:26:21 +03:00
`jobs -p`