Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
ls -l *(/)...
- X-seq: zsh-users 20261
- From: Meino.Cramer@xxxxxx
- To: zsh-users@xxxxxxx
- Subject: ls -l *(/)...
- Date: Mon, 22 Jun 2015 05:17:53 +0200
- 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
Hi,
I have a directory, which is filled with files and one addtional level
of directoriew. In these directories again there are files.
Being in the directory which contains one level of directories in
which....bla bla:
Being there I want to list all files in the directories in the
current directory which their full but relative paths.
I tried
ls -l *(/)
which gaves me an outout layout comparable to what I get when
doing a ls - Rl...which is not what I want.
Then I tried
ls -ld *(/)/.
which results in:
zsh: bad pattern: *(/)/*
hmmmm....
Any other way to accomplish, what I want - with zsh?
Thanks a lot for any help in advance!
Best regards,
Meino
Messages sorted by:
Reverse Date,
Date,
Thread,
Author