Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: ls -l *(/)...



> 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