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

history expansion bug?



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.



Messages sorted by: Reverse Date, Date, Thread, Author