From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: How to diff or ediff only "*.c" files in all sub-directories? Date: Tue, 28 Mar 2006 13:46:42 +0200 Message-ID: References: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1143546452 15687 80.91.229.2 (28 Mar 2006 11:47:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Mar 2006 11:47:32 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 28 13:47:11 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 1FOCf0-0001xK-V2 for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Mar 2006 13:46:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FOCf0-00069q-7U for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Mar 2006 06:46:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FOCeo-00069a-8S for help-gnu-emacs@gnu.org; Tue, 28 Mar 2006 06:46:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FOCen-00069B-0x for help-gnu-emacs@gnu.org; Tue, 28 Mar 2006 06:46:41 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FOCem-000698-ON for help-gnu-emacs@gnu.org; Tue, 28 Mar 2006 06:46:40 -0500 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FOCgU-00028c-Vi for help-gnu-emacs@gnu.org; Tue, 28 Mar 2006 06:48:27 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-34-33.inter.net.il [80.230.34.33]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id CZM91808 (AUTH halo1); Tue, 28 Mar 2006 13:46:38 +0200 (IST) Original-To: help-gnu-emacs@gnu.org In-reply-to: (jmlao@hotmail.com) 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:34051 Archived-At: > From: "Jimmy Lao" > Date: Mon, 27 Mar 2006 16:33:55 +0000 > > How to diff only "*.c" files in all sub-directories? If you can exclude all or most of the other files with the "-x PATTERN" option to Diff, that's the only way I know of.