From owner-freebsd-questions@FreeBSD.ORG Fri Jun 9 02:29:38 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 64F4916A418 for ; Fri, 9 Jun 2006 02:29:38 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDAD643D96 for ; Fri, 9 Jun 2006 02:29:37 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 25623 invoked from network); 9 Jun 2006 12:29:37 +1000 Received: from andromeda.lef.com.au (HELO localhost) (210.8.93.2) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 9 Jun 2006 12:29:37 +1000 Date: Fri, 9 Jun 2006 12:29:31 +1000 From: Norberto Meijome To: freebsd-questions@freebsd.org Message-ID: <20060609122931.15984448@localhost> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.18; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: 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: Fri, 09 Jun 2006 02:29:38 -0000 Hi all, 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 what files are different withoug having to open each file and do a diff. There is a little app for Win32 called Beyond Compare (commercial, written in Delphi) , from Scooter Software (www.scootersoftware.com) which does all this - i need an similar tool :) Any suggestions? thanks in advance, Beto