help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: multiple find and replace on windows using (gnu) find


From: martin
Subject: Re: multiple find and replace on windows using (gnu) find
Date: Thu, 12 Oct 2006 20:42:59 +0200
User-agent: Emacs Gnus

>>>>> md3bs  <d.e.1.mayfield@herts.ac.uk> writes:
 > Date: Thu, 12 Oct 2006 15:59:53 +0100
 > 
 > find-dired does not work because I have filenames with spaces in
 > them.
 > 
 > it does work when I use it on Linux

Hi,

works for me on w2k with cygwin.

find-dired executes the command
find . \( -iname '* *' \) -exec ls -ld {} \;.

 > How can I do multiple find and replace on windows. This should be a
 > common task. I can't seem to find any suggestions on the web.

Mark the files you found by find-dired in the *Find* buffer and apply
dired-do-rename-regexp (% R).

Martin
-- 
parozusa at web dot de


reply via email to

[Prev in Thread] Current Thread [Next in Thread]