From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from oldp.astro.wisc.edu ([128.104.39.15]) by hawkwind.utcs.toronto.edu with SMTP id <2701>; Tue, 18 May 1993 14:19:26 -0400 Received: by oldp.astro.wisc.edu (5.65/DEC-Ultrix/4.3) id AA22839; Tue, 18 May 1993 13:19:13 -0500 Message-Id: <9305181819.AA22839@oldp.astro.wisc.edu> To: rc@hawkwind.utcs.toronto.edu Subject: Re: A delicious thought Date: Tue, 18 May 1993 14:19:12 -0400 From: Alan Watson X-Mts: smtp I should never post before lunch: my hunger even affected the title. You can't do cd et al. properly in the way I suggested, as rc does not keep all of its state in the environment (specifically, it doesn't keep where it is an a flow control construct, the input stack, $*, and $status). So, you couldn't use a not-built-in command in an if () statement, couldn't use it in a script, and couldn't find out if it worked or not. I thought that we might at least salvage a non-builtin-in limit, but then I realized that probably the most common use of limit is to set coredumpsize to 0 in .rcrc. Of course, we could have rc realize its entire state in the environment, but I hear the wolves baying over in the es list, so I won't even suggest this. Alan.