From owner-freebsd-questions@FreeBSD.ORG Mon May 26 14:19:42 2003 Return-Path: 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 AFC9337B404 for ; Mon, 26 May 2003 14:19:42 -0700 (PDT) Received: from pop018.verizon.net (pop018pub.verizon.net [206.46.170.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2D0243F93 for ; Mon, 26 May 2003 14:19:41 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([129.44.60.214]) by pop018.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030526211941.EQMQ11703.pop018.verizon.net@mac.com>; Mon, 26 May 2003 16:19:41 -0500 Message-ID: <3ED284E3.1010908@mac.com> Date: Mon, 26 May 2003 17:19:31 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030507 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Chris Spiegel , freebsd Questions References: <20030522054538.GA3087@midgard.spiegels> In-Reply-To: <20030522054538.GA3087@midgard.spiegels> X-Enigmail-Version: 0.75.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at pop018.verizon.net from [129.44.60.214] at Mon, 26 May 2003 16:19:41 -0500 Subject: Re: Upgrading the base X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2003 21:19:43 -0000 Chris Spiegel wrote: > Any tools out there to help clean up the cruft? Try: find -x / -mtime 5 find -x /usr -mtime 5 ...etc, to see the files which were changed on each partition exactly 5 days ago. -- -Chuck