Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: wait for non-child PID



In article <20000726190953.A22895@xxxxxxxxxxx>,
  Clint Adams <schizo@xxxxxxxxxx> writes:

> I'm glad that zsh's wait will wait on processes that aren't children of the
> shell.  Is there a reason that it shouldn't?

A zsh can waits the process, but the zsh doesn't notice its status
change because the zsh is not the parent of it and SIGCHLD cannot
reached to the zsh.  Is it useful?
-- 
Tanaka Akira



Messages sorted by: Reverse Date, Date, Thread, Author