Date: Sun, 30 Sep 2001 17:08:51 -0700 From: Doug Barton <DougB@DougBarton.net> To: Michael Grant <mg-fbsd2@grant.org> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: upgrading and removing old files Message-ID: <3BB7B413.A548B002@DougBarton.net> References: <200109281559.QAA15235@splat.grant.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Michael Grant wrote:
> 
> Does anyone have any good ways to find and remove old files after
> updating from source?  (for example executables or libs which
> have either gone away or changed names).
	I generally go into the directory I want to clean up and do an ls -l to
determine the date which I did the last update, then do 'ls -l | grep -v
'date'' and move anything that isn't the right date to an Old/ directory.
Periodically I rm -r the Old directory after I'm sure everything is still
working. 
> Functionality to remove old files might be useful to add to
> mergemaster.
	Under no circumstances will anything like this be added to mergemaster.
This would be its own tool, if anything. 
Doug
-- 
    "We will not tire, we will not falter, and we will not fail."
	- George W. Bush, President of the United States
          September 20, 2001  
         Do YOU Yahoo!?
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3BB7B413.A548B002>
