unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Dalton, Barnaby" <Barnaby.Dalton@radioscape.com>
Cc: help-gnu-emacs@gnu.org, help-emacs-windows@gnu.org
Subject: RE: [h-e-w] Re: isearch-regexp-in-all-matching-files-in-tree?
Date: Tue, 15 Oct 2002 09:21:03 +0100	[thread overview]
Message-ID: <3190BC9FA8F6D3119508009027E5B33E9D575F@MORSE> (raw)



To rename files I use a perl script 'rename' from the perl cookbook
http://www.linuxchix.org/pipermail/techtalk/2001-October/012104.html

To replace stuff in files have a look at
http://www.emacswiki.org/cgi-bin/wiki.pl?SearchAndReplaceAcrossMultipleFiles
. I use grep-x which does what you asked with the grep buffer but there are
other options documented here as well.

Barney

> -----Original Message-----
> From: Thomas L Roche [mailto:tlroche@us.ibm.com]
> Sent: 14 October 2002 7:56 PM
> To: David Forrest
> Cc: help-gnu-emacs@gnu.org; help-emacs-windows@gnu.org
> Subject: [h-e-w] Re: isearch-regexp-in-all-matching-files-in-tree?
> 
> 
> On Mon, 14 Oct 2002, Tom Roche wrote:
> >> Use case: I'm in a dired buffer in GNU Emacs 21.1.1 on w2k. I
> >> want to _interactively_ search for the string 'GenericAction'
> >> (and replace with 'ActionClass') in all files with names
> >> matching '*.java' anywhere in the directory tree below the
> >> current directory.
> 
> Dave Forrest 10/14/2002 02:37 PM
> > Would the Operate/Query replace in marked files Q
> >  or
> > dired-do-query-replace do what you need?
> 
> No, because it requires marking the matching files first, but if
> there's a way to do that, I could (manually) chain the two
> operations.
> 
> Alternatively, is there a way that I could query-replace-regexp
> on a grep-mode buffer, instead of a dired buffer? I'd be happy if
> I could
> 
> M-x grep-find RET
> 
> find . -type f -print0 -name '*.java'| xargs -0 -e grep -n -e 
> 'GenericAction' | grep -v 'EGLGenericAction' | grep -v 
> 'GenericActionModel' | grep -v 'GenericActionCodeGenContrib' RET
> 
> Q RET
> 
> GenericAction RET
> 
> ActionClass RET
> 
> 


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
postmaster@radioscape.com.

This footnote also confirms that this email message has been scanned
for the presence of computer viruses known at the time of sending.

www.radioscape.com
**********************************************************************

             reply	other threads:[~2002-10-15  8:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-15  8:21 Dalton, Barnaby [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-10-15 16:54 [h-e-w] Re: isearch-regexp-in-all-matching-files-in-tree? Thomas L Roche
2002-10-15 17:34 Thomas L Roche
     [not found] <mailman.1034700929.15144.help-gnu-emacs@gnu.org>
2002-10-15 18:28 ` Kevin Rodgers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3190BC9FA8F6D3119508009027E5B33E9D575F@MORSE \
    --to=barnaby.dalton@radioscape.com \
    --cc=help-emacs-windows@gnu.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 read-only IMAP folder(s) and NNTP newsgroup(s).