Open
Description
Consider:
% cd ~/src/zsh
% print -l Test/V<1-2>*
That command prints:
V01zmodload.ztst
V02zregexparse.ztst
V10private.ztst
V11db_gdbm.ztst
V12zparseopts.ztst
V13zformat.ztst
This behaviour is correct, but might not be what the user intended.
Would it be useful to highlight such things as warnings?
(To clarify, I'm only asking about the user-visible functionality. How to implement it is a different kettle of fish.)
Activity
danielshahaf commentedon Mar 15, 2020
Possible uses:
foo; ;
(currently,unknown-token
)foo=( bar ; baz )
(see 3ca93f8 (updated in 81267ca))Test/V<1-2>*