diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2005-12-15 10:38:55 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2005-12-15 10:38:55 +0000 |
commit | b5a83cc7549e48a82dd57859f40a8f282f1534d0 (patch) | |
tree | 1eba31736a892a857e5addc6d8ece520d218e4a8 /Doc/Zsh/expn.yo | |
parent | 174ad4a80fa13a843a319c516e703ae74858ad39 (diff) | |
download | zsh-b5a83cc7549e48a82dd57859f40a8f282f1534d0.tar.gz zsh-b5a83cc7549e48a82dd57859f40a8f282f1534d0.tar.xz zsh-b5a83cc7549e48a82dd57859f40a8f282f1534d0.zip |
users/9788: add (oN) glob qualifier for no sorting
22076: more documentation for multibyte handling
Diffstat (limited to 'Doc/Zsh/expn.yo')
-rw-r--r-- | Doc/Zsh/expn.yo | 6 |
1 files changed, 4 insertions, 2 deletions
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 |