Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: -W option for zmv (updated)
- X-seq: zsh-workers 16928
- From: Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
- To: Zsh Workers <zsh-workers@xxxxxxxxxx>
- Subject: Re: PATCH: -W option for zmv (updated)
- Date: Thu, 28 Mar 2002 21:32:00 -0800 (PST)
- In-reply-to: <020328183805.ZM822@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
On Thu, 28 Mar 2002, Bart Schaefer wrote:
> repl="${(e)repl//${~find}/\$open\$[++N]\$close}"
I confirmed with Bart that he had simplified his test case a little too
far. This extra evaluation is not needed in zmv because the $find var
is using (#m), and thus the substitution side is already getting
evaluated multiple times (to support $MATCH).
..wayne..
Messages sorted by:
Reverse Date,
Date,
Thread,
Author