1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-31 06:18:17 +01:00
tldr/pages/common/jobs.md
2016-02-22 18:33:35 -05:00

247 B

jobs

Display status of jobs in the current session.

  • 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