From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: How not to list the .o files in find-dired Date: Tue, 17 Mar 2009 19:08:49 +0100 Message-ID: References: <49BFAE6B.8010407@cdotb.ernet.in> <87ljr45dtx.fsf@tux.homenetwork> <006801c9a723$83d973d0$0200a8c0@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1237313413 6233 80.91.229.12 (17 Mar 2009 18:10:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Mar 2009 18:10:13 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, asd@cdotb.ernet.in To: "Drew Adams" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 17 19:11:31 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LjdlA-0000rF-0C for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Mar 2009 19:11:28 +0100 Original-Received: from localhost ([127.0.0.1]:56868 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ljdjn-0000xM-E5 for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Mar 2009 14:10:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ljdip-0000Ub-OI for help-gnu-emacs@gnu.org; Tue, 17 Mar 2009 14:09:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ljdik-0000SW-N7 for help-gnu-emacs@gnu.org; Tue, 17 Mar 2009 14:09:03 -0400 Original-Received: from [199.232.76.173] (port=38712 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ljdik-0000SJ-Hn for help-gnu-emacs@gnu.org; Tue, 17 Mar 2009 14:08:58 -0400 Original-Received: from fmmailgate03.web.de ([217.72.192.234]:56103) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ljdik-0001Ok-0e for help-gnu-emacs@gnu.org; Tue, 17 Mar 2009 14:08:58 -0400 Original-Received: from smtp07.web.de (fmsmtp07.dlan.cinetic.de [172.20.5.215]) by fmmailgate03.web.de (Postfix) with ESMTP id AF12DF9469C2; Tue, 17 Mar 2009 19:08:56 +0100 (CET) Original-Received: from [91.35.217.41] (helo=[192.168.1.2]) by smtp07.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.110 #277) id 1Ljdii-0005dA-00; Tue, 17 Mar 2009 19:08:56 +0100 In-Reply-To: <006801c9a723$83d973d0$0200a8c0@us.oracle.com> X-Mailer: Apple Mail (2.753.1) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX18ZlULoc2UXNU3Oyk3BRJcqIucvEDb62tAt38qo eu+trWWcQaRuXozJf+kT9CFNqZkcUUA1hevoJsBD03JxuWf+e6 LMqKeBfs4oBVmkpAItDw== X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:63018 Archived-At: Am 17.03.2009 um 18:12 schrieb Drew Adams: > I've forgotten what I knew in a former life about `find' (which is > a language > unto itself!), but perhaps someone else can give you a precise > incantation. When the UNIX find command is behind find-dired, then ! -name "*.o" will omit these object files. Find uses a simpel regular expressions. -- Greetings Pete Think of XML as Lisp for COBOL programmers. - Tony-A (some guy on /.)