From owner-freebsd-questions@FreeBSD.ORG Tue Jan 1 01:31:53 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9784EB0D for ; Tue, 1 Jan 2013 01:31:53 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-ob0-f175.google.com (mail-ob0-f175.google.com [209.85.214.175]) by mx1.freebsd.org (Postfix) with ESMTP id 533768FC08 for ; Tue, 1 Jan 2013 01:31:52 +0000 (UTC) Received: by mail-ob0-f175.google.com with SMTP id vb8so11758622obc.20 for ; Mon, 31 Dec 2012 17:31:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=YcXgqAEr5hNDE9N4KYmU7B/Er3jmGKKSoD9wTxHUAuQ=; b=bozv7amO3VRPWflugzGwV7pDGwc8X+PWDqy0pmYnaMSiEqqts4dxKypu+GDEkK5cGT 7c32BNwQhhMDWgjE96MhYpo8MDYmvhRtMVDLlNGhWV7QeIUp2ps7EBzcXQ370JPtApmh 5CNcUI8c2Lk9y2E94DAjGFqSM3heOrh48pKg6XhmYev9QcO74fjAHw0gjXDjX3beMgXI 5TJFSOvGOXUlEkxDp13Uifoa9vdbQk8W6dsGGaqKB5BNA3MJ+GkbWZTkRmo9d8znwV0f sZtGQRUuVQv0SlIh69kcFeSHWrvwjTQq0BPDGrk/EIFyuKnK8rWdCObYDBDEsoFuVsCq SS0g== MIME-Version: 1.0 Received: by 10.182.121.97 with SMTP id lj1mr35210448obb.63.1357003906396; Mon, 31 Dec 2012 17:31:46 -0800 (PST) Received: by 10.76.80.104 with HTTP; Mon, 31 Dec 2012 17:31:46 -0800 (PST) In-Reply-To: <50E23A95.80907@a1poweruser.com> References: <50E23A95.80907@a1poweruser.com> Date: Mon, 31 Dec 2012 19:31:46 -0600 Message-ID: Subject: Re: utility to compare 2 dir trees From: Adam Vande More To: Fbsd8 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2013 01:31:53 -0000 On Mon, Dec 31, 2012 at 7:23 PM, Fbsd8 wrote: > I want to compare 2 different directory trees to each other to locate any > differences in directories and files contained there in. > > Any suggestions? > mtree(8) -- Adam Vande More