From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20305 invoked by alias); 10 Dec 2012 16:44:14 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 17468 Received: (qmail 22188 invoked from network); 10 Dec 2012 16:44:12 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,HTML_MESSAGE,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID,T_TO_NO_BRKTS_FREEMAIL autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.217.171 as permitted sender) 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== MIME-Version: 1.0 Date: Mon, 10 Dec 2012 17:44:02 +0100 Message-ID: Subject: Globbing documentation From: =?ISO-8859-1?Q?S=E9bastien_Leclerc?= To: zsh-users@zsh.org Content-Type: multipart/alternative; boundary=bcaec54fb9c6d30a3004d0824524 --bcaec54fb9c6d30a3004d0824524 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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=E9bastien --bcaec54fb9c6d30a3004d0824524--