From mboxrd@z Thu Jan 1 00:00:00 1970 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes Date: Fri, 29 Jan 1999 09:39:31 +0100 (MET) Message-Id: <199901290839.JAA04466@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk In-reply-to: "Bart Schaefer"'s message of Thu, 28 Jan 1999 00:36:14 -0800 Subject: PATCH: Re: Btw.: glob-qualifier X-Mailing-List: 5102 Bart Schaefer wrote: > Parens don't work in 3.0.5 either, ever since the (x|y) grouping syntax > got introduced. (Now that I've actually read more than the first line > of the info entry for the `uID' glob qualifier, I see that it still > mentions parens even though they won't work.) The patch below fixes the docs. Bye Sven --- od/Zsh/expn.yo Fri Jan 29 09:00:40 1999 +++ Doc/Zsh/expn.yo Fri Jan 29 09:38:09 1999 @@ -1105,8 +1105,8 @@ files owned by user ID var(id) if it is a number, if not, than the character after the `tt(u)' will be used as a separator and the string between it and the next matching separator -(`tt(LPAR())', `tt([)', `tt({)', and `tt(<)' -match `tt(RPAR())', `tt(])', `tt(})', and `tt(>)' respectively, +(`tt([)', `tt({)', and `tt(<)' +match `tt(])', `tt(})', and `tt(>)' respectively, any other character matches itself) will be taken as a user name, and the user ID of this user will be taken (e.g. `tt(u:foo:)' or `tt(u[foo])' for user `tt(foo)') @@ -1169,7 +1169,7 @@ them be sorted by the number of links, and tt(a), tt(m), and tt(c) make them be sorted by the time of the last access, modification, and inode change respectively. Note that tt(a), tt(m), and tt(c) compare -the age with to the current time, so the first name in the list is the +the age to the current time, so the first name in the list is the one of 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 working not on symbolic links but on the files they -- Sven Wischnowsky wischnow@informatik.hu-berlin.de