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`