Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
I am a file in the land of dirs and I want to dive ...
- X-seq: zsh-users 16136
- From: meino.cramer@xxxxxx
- To: zsh-users@xxxxxxx
- Subject: I am a file in the land of dirs and I want to dive ...
- Date: Sat, 16 Jul 2011 20:04:35 +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,
sorry for the nonsense in the subject line.... ;)
I want to crc all the files of my harddisc.
I tried as root
cd /
zargs -- *(/) -- whirlpooldeep > /tmp/allfiles.crc.txt
which gaves me:
zsh: no matches found: *(.)
OK...then recursively:
cd /
zargs -- *(/) -- whirlpooldeep > /tmp/allfiles.crc.txt
which gaves me:
zsh: no matches found: **(.)
Interestingly both works when doing
cd /tmp
instead of
cd /
My / only contains directories, my /tmp contains directories and
files.
Why is it possible to dive into directories only if there are files
on the same level ???
Best regards and have a nice weekend!
mcc
Messages sorted by:
Reverse Date,
Date,
Thread,
Author