From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27747 invoked from network); 23 Nov 2003 10:30:19 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 23 Nov 2003 10:30:19 -0000 Received: (qmail 23040 invoked by alias); 23 Nov 2003 10:29:57 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6809 Received: (qmail 22985 invoked from network); 23 Nov 2003 10:29:57 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 23 Nov 2003 10:29:57 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [62.193.203.32] by sunsite.dk (MessageWall 1.0.8) with SMTP; 23 Nov 2003 10:29:57 -0000 Received: from DervishD.pleyades.net (212.Red-80-35-44.pooles.rima-tde.net [80.35.44.212]) by madrid10.amenworld.com (8.10.2/8.10.2) with ESMTP id hANATuM12953; Sun, 23 Nov 2003 11:29:56 +0100 Received: from raul@pleyades.net by DervishD.pleyades.net with local (Exim MTA 2.05) id <1ANrBo-0003nS-00>; Sun, 23 Nov 2003 11:10:00 +0100 Date: Sun, 23 Nov 2003 11:10:00 +0100 From: DervishD To: David =?iso-8859-1?Q?G=F3mez?= Cc: Zsh-users Subject: Re: Question about extended globbing Message-ID: <20031123101000.GB237@DervishD> Mail-Followup-To: David =?iso-8859-1?Q?G=F3mez?= , Zsh-users References: <20031122235540.GA21492@fargo> <20031123002202.GA237@DervishD> <20031123090951.GA21951@fargo> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20031123090951.GA21951@fargo> User-Agent: Mutt/1.4i Organization: Pleyades User-Agent: Mutt/1.4i Hi David :) * Davilín dixit: > > I think we are in the second case, brace expansion and after that > > filename generation. > I think they're are took literally. Not, at least not for me: two lists, with the appropriate pattern removed, are generated. > If a type 'grep something $FOO/^*txt' or > the solution you gave me above, the filenames are generated when Tab is > pressed, but not in the case of the braces, it seems they're are ignored > after the ^ operator. Then you don't have RC_EXPAND_PARAM set. That way, you get: grep $FOO^*txt *info after the expansion, prior to filename generation ;) Raúl Núñez de Arenas Coronado -- Linux Registered User 88736 http://www.pleyades.net & http://raul.pleyades.net/