mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 15:04:54 +02:00
commit
b32f8b75f4
1 changed files with 19 additions and 0 deletions
19
pages/common/jobs.md
Normal file
19
pages/common/jobs.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue