Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Globbing documentation
- X-seq: zsh-users 17468
- From: Sébastien Leclerc <dasebasto@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Globbing documentation
- Date: Mon, 10 Dec 2012 17:44:02 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=BsV/mj45JYtK3d2t9gTPRjKMuFHH0SiRMi6udPbd/F8=; b=IF2e8S19iSnyQBwKytw5wGZ92vWf2PAWFfeRxncwgFyBLPyJKxmSW4nhab6bQjWitB P4s8XibRy/oby38y/byZ8GGLio0jA8K/1lGZgsuBgL070MEvbEC6tSeWBkM1ZsiFafA/ DYMKF8W7oogPVocjLY6IZeLPWoNjPqKPpwO3PvztnHOWwGxuHujKofNJbFDVcl0JL6EQ KAkesd333F8SgswyjKQUrmxoYuL3dgVk6iJtx//RZGpVRyeSEnR1OeyVZMzd/1vDA8Ip qho7l7Y/0F33dbIG0KzZa9OU41/LqN219K7JQzZTfbaAOLJopMTKXqVjGqreIyaEToeq SiIQ==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hello,
I am quite confused about the documentation of the extended globbing.
It seems there is a mistake on the page:
http://zsh.sourceforge.net/Intro/intro_2.html
If I believe the results of my tests,
% ls *run<>*
run123 run2 run234 run240 run303
*is WRONG.*
% ls *run<->*
run123 run2 run234 run240 run303
*is the RIGHT command.*
Maybe someone can please correct the typo.
Cheers
Sébastien
Messages sorted by:
Reverse Date,
Date,
Thread,
Author