jobs: update page (#10309)

* Few quality of life changes

Similar to my last pull request: #10301

Clarify that some functionality of `jobs` is not exclusive to Bash.

* Update pages/linux/jobs.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/linux/jobs.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/linux/jobs.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/linux/jobs.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/linux/jobs.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
pull/23/head
4G3NT 2023-06-17 09:04:07 -07:00 committed by GitHub
parent fa6f43fdbb
commit 5e0c7b730f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
# jobs
> BASH builtin for viewing information about processes spawned by the current shell.
> Shell builtin for viewing information about processes spawned by the current shell.
> Options other than `-l` and `-p` are exclusive to `bash`.
> More information: <https://manned.org/jobs>.
- View jobs spawned by the current shell:
@ -15,7 +16,7 @@
`jobs -n`
- Display process ID of process group leader:
- Display only process IDs:
`jobs -p`