mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 13:57:07 +02:00
295 B
295 B
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