bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

wait: mention PID must be a child of this shell


From: Dan Jacobson
Subject: wait: mention PID must be a child of this shell
Date: Wed, 22 Jun 2005 02:57:52 +0800

$ help wait
doesn't mention that PID must be a child of this shell.
Nor does it advise how to wait if PID is not a child of this shell.

User wanted to do
   noffle --f &
   (wait $!; noffle -f) &
for better or worse.

User forced to use
   (noffle -f; noffle -f)&





reply via email to

[Prev in Thread] Current Thread [Next in Thread]