
jobs
List of commands for jobs:
-
jobs:tldr:0fc60 jobs: Display information about jobs with changed status.$ jobs -ntry on your machineexplain this command
-
jobs:tldr:62f27 jobs: Show process IDs of all jobs.$ jobs -ptry on your machineexplain this command
-
jobs:tldr:b52c1 jobs: Show status and process IDs of all jobs.$ jobs -ltry on your machineexplain this command
-
jobs:tldr:c4e2c jobs: Show status of a particular job.$ jobs %${job_id}try on your machineexplain this command