From owner-freebsd-questions@FreeBSD.ORG Sun Jun 11 04:29:05 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 73B2D16A41F for ; Sun, 11 Jun 2006 04:29:05 +0000 (UTC) (envelope-from parv@pair.com) Received: from mta13.adelphia.net (mta13.mail.adelphia.net [68.168.78.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id D31B343D45 for ; Sun, 11 Jun 2006 04:29:04 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.66.115]) by mta13.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060611042903.PDMX10985.mta13.adelphia.net@default.chvlva.adelphia.net>; Sun, 11 Jun 2006 00:29:03 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id 1162ABCAD; Sun, 11 Jun 2006 00:01:30 -0400 (EDT) Date: Sun, 11 Jun 2006 00:01:30 -0400 From: Parv To: Norberto Meijome Message-ID: <20060611040129.GA14193@holestein.holy.cow> Mail-Followup-To: Norberto Meijome , freebsd-questions@freebsd.org References: <20060609122931.15984448@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060609122931.15984448@localhost> Cc: freebsd-questions@freebsd.org 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: Sun, 11 Jun 2006 04:29:05 -0000 in message <20060609122931.15984448@localhost>, wrote Norberto Meijome thusly... > > 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. People mentioned diff & rsync, among other things. Nobody mentioned one named unison, which is similar & different to workings of rsync. - Parv --