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

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

Re: global-replace to include linked files?


From: Tak Kunihiro
Subject: Re: global-replace to include linked files?
Date: Sun, 25 May 2014 14:30:00 +0900 (JST)

Use wgrep.
  (require 'wgrep)
  (setq wgrep-enable-key (kbd "C-x C-q"))

Call grep with recursive option.
  grep -Hnir STRING . --include=*.tex

Then call wgrep by wgrep-enable-key and modify *grep* buffer
with `query-replace'.  Type C-x C-s to finish.



reply via email to

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