Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
*([high]) and nomatch
- X-seq: zsh-workers 32929
- From: Stephane Chazelas <stephane.chazelas@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: *([high]) and nomatch
- Date: Thu, 31 Jul 2014 20:41:39 +0100
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
I'd have expected:
zsh -c 'echo *([9999])'
to fail with a "No match" error if there were fewer than 9999
non-hidden files in the current directory (and at least 1).
At the moment, it expands to no argument at all.
No big deal, but might be worth clarifying in the documentation.
--
Stephane
Messages sorted by:
Reverse Date,
Date,
Thread,
Author