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

Re: PATCH: -W option for zmv (updated)



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