From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: dsaklad@zurich.csail.mit.edu Newsgroups: gmane.emacs.help Subject: How to search through all the files in all the levels of your directories. Date: 4 Mar 2005 20:22:16 -0800 Organization: http://groups.google.com Message-ID: <1109996536.436373.134610@o13g2000cwo.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1109996431 23713 80.91.229.2 (5 Mar 2005 04:20:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 5 Mar 2005 04:20:31 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 05 05:20:31 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D7QmA-0005Vk-Un for geh-help-gnu-emacs@m.gmane.org; Sat, 05 Mar 2005 05:20:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D7R5T-0006gv-4r for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Mar 2005 23:40:23 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!o13g2000cwo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 9 Original-NNTP-Posting-Host: 24.41.3.197 Original-X-Trace: posting.google.com 1109996540 14499 127.0.0.1 (5 Mar 2005 04:22:20 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 5 Mar 2005 04:22:20 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: o13g2000cwo.googlegroups.com; posting-host=24.41.3.197; posting-account=tUfEeg0AAADtZGPlIL1HD9BcwcZrfdLZ Original-Xref: shelby.stanford.edu gnu.emacs.help:128983 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.help:24529 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24529 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