From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from stolaf.edu ([130.71.128.8]) by hawkwind.utcs.toronto.edu with SMTP id <2725>; Wed, 3 Jun 1992 19:18:46 -0400 Received: from asgaard.acc.stolaf.edu by stolaf.edu (4.1/SMI-4.1) id AA27591; Wed, 3 Jun 92 18:17:53 CDT Date: Wed, 3 Jun 1992 19:17:53 -0400 From: quanstro@stolaf.edu (Erik Quanstrom) Message-Id: <9206032317.AA27591@stolaf.edu> To: Subject: $pid Apparently-To: Rc does not update $pid when it forks, only when it is initalized. Consider ; @{echo $pid} 296 ; echo `{echo $pid} 296 ; echo $pid 296 If this is not a bug, then it is certianlly a poor feature. [but, then again sh is guilty of the same.]