home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / emacs / help / 5254 < prev    next >
Encoding:
Internet Message Format  |  1993-01-05  |  680 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!howland.reston.ans.net!usc!news.cerf.net!nic.cerf.net!dataprod
  2. From: dataprod@nic.cerf.net (Chuck Benson)
  3. Newsgroups: gnu.emacs.help
  4. Subject: cmushell dies after ksh while loop
  5. Date: 5 Jan 1993 21:02:05 GMT
  6. Organization: CERFnet Dial n' CERF Customer Group
  7. Lines: 11
  8. Distribution: gnu
  9. Message-ID: <1ict0dINNhqm@news.cerf.net>
  10. Reply-To: gstrock@dpc.com
  11. NNTP-Posting-Host: nic.cerf.net
  12.  
  13. can anyone tell me why my cmushell process dies after I
  14. do something like this while running ksh in the cmushell:
  15. find . -print | while read file
  16. do
  17.     #something useful here
  18. done
  19.  
  20. thanks, greg strockbine
  21.         dataproducts, woodland hills, ca.
  22.  
  23.  
  24.