From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Dahl Newsgroups: gmane.emacs.help Subject: Re: rookie warning Can I search files from dired? Date: Thu, 02 Mar 2006 11:45:13 +0100 Message-ID: References: <1141217080.718534.299050@e56g2000cwe.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1141418735 535 80.91.229.2 (3 Mar 2006 20:45:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 3 Mar 2006 20:45:35 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 03 21:45:34 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FFH9I-0001ZE-87 for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Mar 2006 21:45:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FFH9H-0003ei-Ql for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Mar 2006 15:45:16 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 8 Original-X-Trace: individual.net nOqsMZiyEv2ybSR1+KlYOATkBbhiL98Arw2vv0PnSLDIZj1tzi User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) Cancel-Lock: sha1:JLFCegA7Sh1oSfHpp9WTz4Uq0qU= Original-Xref: shelby.stanford.edu gnu.emacs.help:137868 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 Xref: news.gmane.org gmane.emacs.help:33502 Archived-At: bp1497@att.com writes: > I have dired showing me all the files in a directory, can I execute > some kind of search on these files from the dired screen. I like the command `% g' which marks files containg a certain regexp. `Q' is also useful. Check what the different commands in the dired menus does. They are full of useful stuff.