dash.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] man: document jobs builtin
@ 2022-05-05 22:12 наб
  2022-05-05 22:12 ` [PATCH 2/2] man: note chdir being the same builtin as cd наб
  2022-05-05 23:08 ` [PATCH 3/2] man: document kill builtin наб
  0 siblings, 2 replies; 3+ messages in thread
From: наб @ 2022-05-05 22:12 UTC (permalink / raw)
  To: dash

[-- Attachment #1: Type: text/plain, Size: 1050 bytes --]

Fixes: Debian #558607
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
---
Please keep me in CC, as I'm not subscribed.

 src/dash.1 | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/src/dash.1 b/src/dash.1
index ff02237..969a883 100644
--- a/src/dash.1
+++ b/src/dash.1
@@ -1464,6 +1464,20 @@ The
 .Fl r
 option causes the hash command to delete all the entries in the hash table
 except for functions.
+.It jobs Oo Fl lp Oc Op Ar job ...
+Display the status of all, or just the specified,
+.Ar job Ns s :
+.Bl -tag -compact -offset 5n -width "By default"
+.It By default
+display the job number, currency
+.Pq Sy +-
+status, if any, the job state, and its shell command.
+.It Fl l
+also output the PID of the group leader, and just the PID and shell commands
+of other members of the job.
+.It Fl p
+Display only leader PIDs, one per line.
+.El
 .It pwd Op Fl LP
 builtin command remembers what the current directory
 is rather than recomputing it each time.
-- 
2.30.2


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-05 23:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-05 22:12 [PATCH 1/2] man: document jobs builtin наб
2022-05-05 22:12 ` [PATCH 2/2] man: note chdir being the same builtin as cd наб
2022-05-05 23:08 ` [PATCH 3/2] man: document kill builtin наб

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).