Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Nov 2003 13:07:03 +0200
From:      Ion-Mihai Tetcu <itetcu@apropo.ro>
To:        Matthew Seaman <m.seaman@infracaninophile.co.uk>
Cc:        FreeBSD-Questions <freebsd-questions@freebsd.org>
Subject:   Re: Cannot perform make install
Message-ID:  <20031128130703.4a0fe878.itetcu@apropo.ro>
In-Reply-To: <20031128093317.GA26910@happy-idiot-talk.infracaninophile.co.uk>
References:  <1069972079.3216.14.camel@localhost> <1069974309.3224.17.camel@localhost> <20031128011253.7017b046.itetcu@apropo.ro> <20031128012917.19f45312.itetcu@apropo.ro> <20031128093317.GA26910@happy-idiot-talk.infracaninophile.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 28 Nov 2003 09:33:17 +0000
Matthew Seaman <m.seaman@infracaninophile.co.uk> wrote:

> On Fri, Nov 28, 2003 at 01:29:17AM +0200, Ion-Mihai Tetcu wrote:
> 
> > I think that if you do :
> > cd / && find /usr/ports/ -type f -name 'readme.html' -exec rm {} \;
> > and cvsup again you'll get rid of the old directories.
> 
> Careful... Make that find command:
> 
>     # find /usr/ports -type f -name README.html -exec rm {} \;

Yeh, I didn'y remenber the upercases and I do not have the readme files in on my system.
 
> Pedants may also prefer:
> 
>     # find /usr/ports -type f -name README.html -print | xargs rm

About 1/3 of the orginal time, I think



-- 
IOnut
Unregistered ;) FreeBSD user



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031128130703.4a0fe878.itetcu>