home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!howland.reston.ans.net!usc!news.cerf.net!nic.cerf.net!dataprod
- From: dataprod@nic.cerf.net (Chuck Benson)
- Newsgroups: gnu.emacs.help
- Subject: cmushell dies after ksh while loop
- Date: 5 Jan 1993 21:02:05 GMT
- Organization: CERFnet Dial n' CERF Customer Group
- Lines: 11
- Distribution: gnu
- Message-ID: <1ict0dINNhqm@news.cerf.net>
- Reply-To: gstrock@dpc.com
- NNTP-Posting-Host: nic.cerf.net
-
- can anyone tell me why my cmushell process dies after I
- do something like this while running ksh in the cmushell:
- find . -print | while read file
- do
- #something useful here
- done
-
- thanks, greg strockbine
- dataproducts, woodland hills, ca.
-
-
-