From b5a83cc7549e48a82dd57859f40a8f282f1534d0 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 15 Dec 2005 10:38:55 +0000 Subject: users/9788: add (oN) glob qualifier for no sorting 22076: more documentation for multibyte handling --- Doc/Zsh/expn.yo | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Doc/Zsh') diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index b8aa1cfd8..35451901f 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -1958,11 +1958,13 @@ they are sorted by the time of the last access, modification, or inode change respectively; if tt(d), files in subdirectories appear before those in the current directory at each level of the search DASH()- this is best combined with other criteria, for example `tt(odon)' to sort on names for -files within the same directory. Note that tt(a), tt(m), and tt(c) compare +files within the same directory; if tt(N), no sorting is performed. +Note that tt(a), tt(m), and tt(c) compare the age against the current time, hence the first name in the list is the youngest file. Also note that the modifiers tt(^) and tt(-) are used, so `tt(*(^-oL))' gives a list of all files sorted by file size in descending -order, following any symbolic links. +order, following any symbolic links. Unless tt(oN) is used, multiple order +specifiers may occur to resolve ties. ) item(tt(O)var(c))( like `tt(o)', but sorts in descending order; i.e. `tt(*(^oc))' is the -- cgit 1.4.1