From owner-freebsd-questions@FreeBSD.ORG Sat Jun 10 18:06:58 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BB9E16A49A for ; Sat, 10 Jun 2006 18:06:58 +0000 (UTC) (envelope-from wmc20@xxiii.com) Received: from imf17aec.mail.bellsouth.net (imf17aec.mail.bellsouth.net [205.152.59.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8471643D7E for ; Sat, 10 Jun 2006 18:06:57 +0000 (GMT) (envelope-from wmc20@xxiii.com) Received: from ibm57aec.bellsouth.net ([68.209.177.221]) by imf17aec.mail.bellsouth.net with ESMTP id <20060610180656.MFCZ3692.imf17aec.mail.bellsouth.net@ibm57aec.bellsouth.net> for ; Sat, 10 Jun 2006 14:06:56 -0400 Received: from wcox.bellsouth.net ([68.209.177.221]) by ibm57aec.bellsouth.net with ESMTP id <20060610180656.LJQP23598.ibm57aec.bellsouth.net@wcox.bellsouth.net> for ; Sat, 10 Jun 2006 14:06:56 -0400 Message-Id: <6.2.3.4.2.20060610140410.02e90e30@mailsvr.xxiii.com> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Sat, 10 Jun 2006 14:07:19 -0400 To: freebsd-questions@freebsd.org From: wc_fbsd@xxiii.com In-Reply-To: <20060610104044.2933d274@localhost> References: <20060609052138.9DE3216A556@hub.freebsd.org> <20060610104044.2933d274@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Directory and file comparison tool for X? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jun 2006 18:06:58 -0000 > I'm looking for a tool that will allow me to compare directories > (recursively) showing what files are different,etc. meld ( textproc/meld ) > can do this to some extent, showing missing files,etc, but not showing You said "for X" -- check out Kdiff3 -- it rocks if you're looking for a visual comparison tool (though I've only used it under windoze) http://kdiff3.sourceforge.net/ or /usr/ports/textproc/kdiff3 -Wayne