home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / programm / 4264 < prev    next >
Encoding:
Internet Message Format  |  1992-08-12  |  724 b 

  1. Path: sparky!uunet!dtix!darwin.sura.net!gatech!nntp.msstate.edu!Isis.MsState.Edu!jmw1
  2. From: jmw1@ra.msstate.edu (John Westerburg)
  3. Newsgroups: comp.unix.programmer
  4. Subject: detecting death of specific child
  5. Message-ID: <jmw1.713669405@Isis.MsState.Edu>
  6. Date: 13 Aug 92 01:30:05 GMT
  7. Organization: Mississippi State University
  8. Lines: 7
  9.  
  10.  
  11.    Can anyone tell me how to detect the death of a PARTICULAR child?
  12. I'm writing my own shell.  I can send processes off into the background
  13. fine.  I've got a bg and a fg command that both work ok.  But I need to know
  14. when a background process is done so I can remove it's entry from a list.
  15.   I hope I've articulated my problem well enough....so if anyone can help
  16. I would appreciate it.
  17.