From 5e0c7b730f14dd02a4848289b9a0d25877a1b145 Mon Sep 17 00:00:00 2001 From: 4G3NT <76431337+4G3NT@users.noreply.github.com> Date: Sat, 17 Jun 2023 09:04:07 -0700 Subject: [PATCH] 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> --- pages/linux/jobs.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/linux/jobs.md b/pages/linux/jobs.md index 8db55e3bb..5d09dddf7 100644 --- a/pages/linux/jobs.md +++ b/pages/linux/jobs.md @@ -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: . - 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`