Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ls -l *(/)...
- X-seq: zsh-users 20262
- From: lists@xxxxxxxxx
- To: Meino.Cramer@xxxxxx, zsh-users@xxxxxxx
- Subject: Re: ls -l *(/)...
- Date: Mon, 22 Jun 2015 07:25:20 +0200
- In-reply-to: <20150622031753.GA4342@solfire>
- 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
- References: <20150622031753.GA4342@solfire>
> Then I tried
>
> ls -ld *(/)/.
Note that you do not need the '(/)' in the middle, because
ls -l */* will not match non-directories in the top-directory (only
difference I see, that it'll also match symbolic links to directories).
So: If you do not have symlinks to dirs in the topdir, ls */* is what
you are looking for :)
- René
Messages sorted by:
Reverse Date,
Date,
Thread,
Author