From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from albert.gnu.ai.mit.edu ([128.52.46.31]) by hawkwind.utcs.toronto.edu with SMTP id <2223>; Tue, 18 May 1993 15:40:04 -0400 Received: from trinity.gnu.ai.mit.edu by albert.gnu.ai.mit.edu (5.65/4.0) with SMTP id ; Tue, 18 May 93 15:39:39 -0400 Received: by trinity.gnu.ai.mit.edu (5.67/4.0) id ; Tue, 18 May 93 15:39:19 -0400 From: root@gnu.ai.mit.edu Message-Id: <9305181939.AA03874@trinity.gnu.ai.mit.edu> Subject: Re: A delicious thought To: alan@oldp.astro.wisc.edu (Alan Watson) Date: Tue, 18 May 1993 15:39:14 -0400 Cc: rc@hawkwind.utcs.toronto.edu In-Reply-To: <9305181701.AA22461@oldp.astro.wisc.edu> from "Alan Watson" at May 18, 93 01:00:50 pm X-Mailer: ELM [version 2.4 PL21] Content-Type: text > ; fn cd { exec not-built-in-cd $* } > ; cat `{ whatis not-built-in-cd } > #! /bin/sh > cd ${1+$"$@"} > exec rc > ; This does the Wrong Thing within a script.