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

matching all files which do not have a dot in filename



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