[mew-win32 4403] Re: 拡張子

Eisaku YAMAGUCHI <[email protected]>
Newsgroups gmane.mail.mew.windows
Organization Aichi Pref. Univ.
Message-ID <[email protected]>

From: Eisaku YAMAGUCHI <[email protected]>
Subject: [mew-win32 4402] Re: 
Date: Sat, 29 Apr 2006 16:06:33 +0900 (JST)
> 
> % 

>  UnxUtils -exec 



> cmd.exe 
> 
>   find.exe . -type f -regex .*[0-9]+ -exec mv {} {}.mew ;
> 
> UnxUtils  sh(zsh) 
> 
>   find.exe . -type f -regex .*[0-9]+ -exec mv {} {}.mew \;
    find . -type f -regex '.*[0-9]+' -exec mv {} {}.mew \;

> 


-regex  '^.*/[0-9]*$' 


> 
> 
> |    find.exe  current directory 
>        find.exe  mv.exe  current directory 
> |   full path 
>       find.exe  mv.exe  full path 
> |   PATH 
> 
> 
> Windows  move.exe move.exe 
>  UnxUtils  mv.exe 

 cmd.exe  rename(ren) 

mv.exe 
mv.exe -exec 



> > 
> > OK 
> > 
> > find.exe . -type f -regex .*[0-9]+ -printf "echo %p %f.mew\n" | cmd
> 
> -exec "| cmd" 
> 
> 
> find.exe . -type f -regex .*[0-9]+ -printf "mv %p %f.mew\n"
  find.exe . -type f -regex .*[0-9]+ -printf "ren %p %f.mew\n"



> 
> 




--
Eisaku YAMAGUCHI
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.