From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1361 invoked from network); 14 Oct 2002 15:56:37 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 14 Oct 2002 15:56:37 -0000 Received: (qmail 26527 invoked by alias); 14 Oct 2002 15:55:21 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5440 Received: (qmail 26298 invoked from network); 14 Oct 2002 15:54:41 -0000 Date: Mon, 14 Oct 2002 17:54:06 +0200 From: Roman Neuhauser To: zsh users Subject: Re: history expansion bug? Message-ID: <20021014155406.GN364@freepuppy.bellavista.cz> Mail-Followup-To: zsh users References: <20021014154810.GM364@freepuppy.bellavista.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021014154810.GM364@freepuppy.bellavista.cz> User-Agent: Mutt/1.5.1i # neuhauser@bellavista.cz / 2002-10-14 17:48:10 +0200: > roman@freepuppy ~/work 1002:0 > for d in build*; do (cd $d && cvs -q up); done > M local.std.mk > M mktable.php > roman@freepuppy ~/work 1003:0 > ^cd^echo $d && cd > roman@freepuppy ~/work 1003:0 > for d in build*; do (echo $d cdcd cd $d && cvs -q up); done > > is this a PEBKAC I'm not seeing, or a zsh problem? aha. those ampersands substitute the pattern. i'm now looking for a way to disable it: backslashing them doesn't seem to have any effect. sorry for the noise. -- If you cc me or take the list(s) out completely I'll most likely ignore your message.