Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: history expansion bug?



# 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