Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: Selecting leaf directories only
- X-seq: zsh-users 3605
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: <zsh-users@xxxxxxxxxxxxxx>
- Subject: RE: Selecting leaf directories only
- Date: Wed, 7 Feb 2001 12:29:53 +0300
- Importance: Normal
- In-reply-to: <000601c090e7$677b8fd0$21c9ca95@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
>
> 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author