Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: history expansion bug?
- X-seq: zsh-users 5440
- From: Roman Neuhauser <neuhauser@xxxxxxxxxxxxx>
- To: zsh users <zsh-users@xxxxxxxxxx>
- Subject: Re: history expansion bug?
- Date: Mon, 14 Oct 2002 17:54:06 +0200
- In-reply-to: <20021014154810.GM364@xxxxxxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: zsh users <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20021014154810.GM364@xxxxxxxxxxxxxxxxxxxxxxx>
# neuhauser@xxxxxxxxxxxxx / 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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author