zsh-users
 help / color / mirror / code / Atom feed
* append mark qualifier disturbs sort qualifier?
@ 2014-09-24  9:24 Han Pingtian
  2014-09-24  9:49 ` Peter Stephenson
  2014-09-24 18:27 ` Peter Stephenson
  0 siblings, 2 replies; 5+ messages in thread
From: Han Pingtian @ 2014-09-24  9:24 UTC (permalink / raw)
  To: zsh-user

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!


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-09-25  2:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-24  9:24 append mark qualifier disturbs sort qualifier? Han Pingtian
2014-09-24  9:49 ` Peter Stephenson
2014-09-24 16:30   ` Bart Schaefer
2014-09-24 18:27 ` Peter Stephenson
2014-09-25  2:32   ` Han Pingtian

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).