This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Where is documentation on bash "wait"?


Siegfried Heintze wrote:
I tried info and man and could not find any information on wait. I want to (using bash)

(1) How do I wait for multiple children and wake up when the first one dies?

(2) Examine the status code of the dead child and possibly spawn a new one?

Where is the documentation on wait?
Wait's a builtin so the documentation is in the bash(1) man page.
--
I like kids, but I don't think I could eat a whole one.


-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]