Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2003 17:19:31 -0400
From:      Chuck Swiger <cswiger@mac.com>
To:        Chris Spiegel <freebsd@happyjack.org>, freebsd Questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Upgrading the base
Message-ID:  <3ED284E3.1010908@mac.com>
In-Reply-To: <20030522054538.GA3087@midgard.spiegels>
References:  <20030522054538.GA3087@midgard.spiegels>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3ED284E3.1010908>