From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1335 invoked from network); 14 Oct 2002 15:50:01 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 14 Oct 2002 15:50:01 -0000 Received: (qmail 24542 invoked by alias); 14 Oct 2002 15:48:44 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5439 Received: (qmail 24513 invoked from network); 14 Oct 2002 15:48:40 -0000 Date: Mon, 14 Oct 2002 17:48:10 +0200 From: Roman Neuhauser To: zsh users Subject: history expansion bug? Message-ID: <20021014154810.GM364@freepuppy.bellavista.cz> Mail-Followup-To: zsh users Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.1i 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? -- If you cc me or take the list(s) out completely I'll most likely ignore your message.