snippetbashTip
jobs — Display status of jobs in the current session. More information: <https://manned.org/jobs>.
Viewed 0 times
thecurrentcommandstatusclijobsdisplay
Problem
How to use the
jobs command: Display status of jobs in the current session. More information: <https://manned.org/jobs>.Solution
jobs — Display status of jobs in the current session. More information: <https://manned.org/jobs>.Show status of all jobs:
jobsShow status of a particular job:
jobs %{{job_id}}Show status and process IDs of all jobs:
jobs -lShow process IDs of all jobs:
jobs -pCode Snippets
Show status of all jobs
jobsShow status of a particular job
jobs %{{job_id}}Show status and process IDs of all jobs
jobs -lShow process IDs of all jobs
jobs -pContext
tldr-pages: common/jobs
Revisions (0)
No revisions yet.