[mew-win32 4402] Re: 拡張子
Eisaku YAMAGUCHI <[email protected]>
| Newsgroups | gmane.mail.mew.windows |
|---|---|
| Organization | Aichi Pref. Univ. |
| Message-ID | <[email protected]> |
% From: Kazu Yamamoto () <[email protected]> Subject: [mew-win32 4400] Re: Date: Fri, 28 Apr 2006 10:23:31 +0900 (JST) > > > find.exe -printf Windows Command Interpreter (cmd.exe) > > > -exec Cygwin UnxUtils.zip find.exe find.exe -exec -exec -exec ... ;-) 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 \; Windows NT cmd.exe command.com CPU 100% (Windows XP SP2 + HotFix ) Windows 95/98/98SE/Me UnxUtils UnxUtils Microsoft C-runtime(msvcrt.dll) Meadow 2.10/3.00-dev Windows 9x Web ... > > Windows find.exe find.exe > > -printf GNU find version | 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 > > OK > > find.exe . -type f -regex .*[0-9]+ -printf "echo %p %f.mew\n" | cmd command.com echo on cmd.exe -printf echo -exec "| cmd" find.exe . -type f -regex .*[0-9]+ -printf "mv %p %f.mew\n" # # % find.exe . -type f -regex .*[0-9]+ -printf "@echo off\necho mv %p %f.mew\n" | cmd # "mv" # ;-) -exec find.exe . -type f -regex .*[0-9]+ -exec echo mv {} {}.mew ; -- EY