* How to search through all the files in all the levels of your directories.
@ 2005-03-05 4:22 dsaklad
2005-03-05 5:29 ` Daniel Pittman
0 siblings, 1 reply; 2+ messages in thread
From: dsaklad @ 2005-03-05 4:22 UTC (permalink / raw)
In emacs, what can be done to run a command?... like
find -type f -print0 |xargs -0 grep -i foo
The prompt appeared and an error message...
Fatal error (11).Segmentation fault
I'm trying to search though all files
in all the levels of my directories
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: How to search through all the files in all the levels of your directories.
2005-03-05 4:22 How to search through all the files in all the levels of your directories dsaklad
@ 2005-03-05 5:29 ` Daniel Pittman
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Pittman @ 2005-03-05 5:29 UTC (permalink / raw)
On 5 Mar 2005, dsaklad@zurich.csail.mit.edu wrote:
> In emacs, what can be done to run a command?... like
> find -type f -print0 |xargs -0 grep -i foo
M-x grep-find <RET>
Daniel
--
> I have no life, and I must scream.
And in response, thus spake the Oracle:
} And there we have it, modern music summed up in one tidy sentence.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-03-05 5:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-05 4:22 How to search through all the files in all the levels of your directories dsaklad
2005-03-05 5:29 ` Daniel Pittman
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.