salut a tous, j'espere que vous etes nombreux a vous etes deja abonnés. j'aimerais savoir si il est possible d'intégrer un identifiant dans les modifiers des des file globbings de zsh. en gros, peut on replacer f=(find / -user toto) par qqchose du genre : f=(/**(u:toto)) je n'ai rien vu de semblable dans la doc. de zsh mais Vincent m'a deja prouvé que je ne savais pas lire cette doc! cordialement mc
On 2005-09-02 11:52:05 +0200, Marc Chantreux wrote: [...]
par qqchose du genre :
f=(/**(u:toto))
je n'ai rien vu de semblable dans la doc. de zsh mais Vincent m'a deja prouvé que je ne savais pas lire cette doc!
Effectivement. uid files owned by user ID id if it is a number, if not, than the character after the `u' will be used as a separator and the string between it and the next matching separator (`[', `{', and `<' match `]', `}', and `>' 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. `u:foo:' or `u[foo]' for user `foo') -- Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/> Work: CR INRIA - computer arithmetic / SPACES project at LORIA
participants (2)
-
Marc Chantreux
-
Vincent Lefevre