Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Allow / in full pattern alternations
On Apr 11, 2:47pm, Peter Stephenson wrote:
}
} Are you simply trying to do this so you can add the same glob qualifiers
} etc.? What's wrong with
}
} print -l ${^fpath}/rep*
For qualifiers that sort or act as subscript ranges, Mikael wants the sort
and range to apply to the entire set of matches. Using brace expansion
applies creates a list of otherwise independent globs.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author