From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13389 invoked from network); 7 Feb 2001 09:30:32 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 7 Feb 2001 09:30:32 -0000 Received: (qmail 17258 invoked by alias); 7 Feb 2001 09:30:01 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3605 Received: (qmail 17226 invoked from network); 7 Feb 2001 09:29:56 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: Subject: RE: Selecting leaf directories only Date: Wed, 7 Feb 2001 12:29:53 +0300 Message-ID: <000901c090e8$86ef8370$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <000601c090e7$677b8fd0$21c9ca95@mow.siemens.ru> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal > > Black magic. Awesome :-) > > But it does not completely solve the problem (it does in my specific case, > thank you). It needs at least two levels; Actually, it works with exactly two levels only: bor@itsrm2% mkdir -p foo/bar/{baz1,baz2} bor@itsrm2% print -l */**/*(/) foo/bar ^^^^^^^ foo/bar/baz1 foo/bar/baz2