Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
append mark qualifier disturbs sort qualifier?
- X-seq: zsh-users 19138
- From: Han Pingtian <hanpt@xxxxxxxxxxxxxxxxxx>
- To: zsh-user <zsh-users@xxxxxxx>
- Subject: append mark qualifier disturbs sort qualifier?
- Date: Wed, 24 Sep 2014 17:24:04 +0800
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mail-followup-to: zsh-user <zsh-users@xxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hi,
I noticed this result:
% zsh -f
localhost% print -l **/*(T)
2/
2/3/
2/3/4/
2/3/4/5.txt
2/3/4/6.txt
localhost% print -l **/*(odon)
2/3/4/5.txt
2/3/4/6.txt
2/3/4
2/3
2
localhost% print -l **/*(odT)
2/3/4/5.txt
2/3/4/6.txt
2/3/4/
2/3/
2/
localhost% print -l **/*(odonT)
2/3/4/
2/3/4/5.txt
2/3/4/6.txt
2/
2/3/
Here, looks like "(T)" disturbs the sorting of "(odon)"?
Thanks in advance!
Messages sorted by:
Reverse Date,
Date,
Thread,
Author