Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
matching all files which do not have a dot in filename
- X-seq: zsh-users 7924
- From: Julius Plenz <usenet@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: matching all files which do not have a dot in filename
- Date: Tue, 24 Aug 2004 19:47:00 +0000 (UTC)
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: http://www.plenz.com/
- Reply-to: Julius Plenz <jp@xxxxxxx>
- Sender: news <news@xxxxxxxxxxxxx>
Hi,
I have some problems when I try to match all files which include no
dot in their filename...
I just want zsh to do this: Move all files which have no extension to
<former filename>.html.
First I thought of this: **/*~*.* - but that doesn't work since it
includes sub-directories which I dont want to get matched. So I tried
**/*(.)~*.* to just match files - but zsh says that doesn't work.
Anny suggestions? TIA!
Julius
--
e/www/plenz,0% zsh --version
zsh 4.2.0 (i686-pc-linux-gnu)
http://plenz.com/tmp/setup/zshrc
Messages sorted by:
Reverse Date,
Date,
Thread,
Author