From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27933 invoked from network); 26 Aug 1999 12:27:40 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 26 Aug 1999 12:27:40 -0000 Received: (qmail 12062 invoked by alias); 26 Aug 1999 12:27:30 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7503 Received: (qmail 12055 invoked from network); 26 Aug 1999 12:27:30 -0000 Subject: Re: PATCH: Re: Files modified after a given date In-Reply-To: <199908261216.OAA15897@beta.informatik.hu-berlin.de> from Sven Wischnowsky at "Aug 26, 1999 2:16:28 pm" To: wischnow@informatik.hu-berlin.de (Sven Wischnowsky) Date: Thu, 26 Aug 1999 13:27:29 +0100 (BST) Cc: zsh-workers@sunsite.auc.dk X-Mailer: ELM [version 2.4ME+ PL48 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: From: Zefram Sven Wischnowsky wrote: >;-) I first tried to implement it that way, but then... No, we can't >do it that way because as soon as something is executed $_ gets set >from exec.c to the last command word, as usual. And then it's too late >to get at the filname. Hmm. Probably better to put it in $1 then. Actually, execute the code as if it were the body of a shell function. -zefram