Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: unmatched '
On 09/03/18 02:45 PM, Ray Andrews wrote:
baz=( `print -lr -- "${bar[@]}" | eval "$grepstring"` )
baz=(`eval print -lr -- ${(q)bar} $grepstring`)
That works, " (q) " was the thing I was trying to remember. It's in
the scrolls, and my Coptic is getting better ;-))
baz=( `print -lr -- "${bar[@]}" eval "$grepstring"` ) << pipe
within $grepstring as per previous logic
... didn't work , but maybe there is a better way?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author