Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: Re: Btw.: glob-qualifier



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@xxxxxxxxxxxxxxxxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author