comparison man/dired.texi @ 64950:eed6291cbc92

(Dired and Find): Replace grep xref to `Compilation' node with `Grep Searching'.
author Juri Linkov <juri@jurta.org>
date Sun, 14 Aug 2005 08:07:20 +0000
parents 3723093a21fd
children dc2d5a6655a3 2d92f5c9d6ae
comparison
equal deleted inserted replaced
64949:28c8ccee6671 64950:eed6291cbc92
1073 If you want to test the contents of files, rather than their names, 1073 If you want to test the contents of files, rather than their names,
1074 use @kbd{M-x find-grep-dired}. This command reads two minibuffer 1074 use @kbd{M-x find-grep-dired}. This command reads two minibuffer
1075 arguments, @var{directory} and @var{regexp}; it chooses all the files in 1075 arguments, @var{directory} and @var{regexp}; it chooses all the files in
1076 @var{directory} or its subdirectories that contain a match for 1076 @var{directory} or its subdirectories that contain a match for
1077 @var{regexp}. It works by running the programs @code{find} and 1077 @var{regexp}. It works by running the programs @code{find} and
1078 @code{grep}. See also @kbd{M-x grep-find}, in @ref{Compilation}. 1078 @code{grep}. See also @kbd{M-x grep-find}, in @ref{Grep Searching}.
1079 Remember to write the regular expression for @code{grep}, not for Emacs. 1079 Remember to write the regular expression for @code{grep}, not for Emacs.
1080 (An alternative method of showing files whose contents match a given 1080 (An alternative method of showing files whose contents match a given
1081 regexp is the @kbd{% g @var{regexp}} command, see @ref{Marks vs Flags}.) 1081 regexp is the @kbd{% g @var{regexp}} command, see @ref{Marks vs Flags}.)
1082 1082
1083 @findex find-dired 1083 @findex find-dired