zsh-users
 help / color / mirror / code / Atom feed
* matching all files which do not have a dot in filename
@ 2004-08-24 19:47 Julius Plenz
  2004-08-24 21:07 ` Vincent Lefevre
  2004-08-24 22:07 ` DervishD
  0 siblings, 2 replies; 5+ messages in thread
From: Julius Plenz @ 2004-08-24 19:47 UTC (permalink / raw)
  To: zsh-users

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-08-26  9:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-24 19:47 matching all files which do not have a dot in filename Julius Plenz
2004-08-24 21:07 ` Vincent Lefevre
2004-08-24 22:17   ` Bart Schaefer
2004-08-26  9:01     ` DervishD
2004-08-24 22:07 ` DervishD

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).