From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from hawkwind.utcs.toronto.edu ([128.100.102.51]) by archone.tamu.edu with SMTP id <45330>; Tue, 11 Feb 1992 20:44:48 -0600 Received: from localhost by hawkwind.utcs.toronto.edu with SMTP id <2668>; Tue, 11 Feb 1992 21:43:41 -0500 To: rc@archone.tamu.edu Subject: oddity with rc (1.3b and 1.2) Date: Tue, 11 Feb 1992 20:43:13 -0600 From: Chris Siebenmann Message-Id: <92Feb11.214341est.2668@hawkwind.utcs.toronto.edu> If you execute the following { while() echo sss } >rc & sleep 5 ; kill -9 $apid you get an rc, one PID higher than the printed 'background' rc, that doesn't die from the kill. What's going on? Is this an error? If the while becomes a function, it works. Methinks something is just a little bit wrong here. - cks