Date: Fri, 28 Nov 2003 09:33:17 +0000 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Ion-Mihai Tetcu <itetcu@apropo.ro> Cc: FreeBSD-Questions <freebsd-questions@freebsd.org> Subject: Re: Cannot perform make install Message-ID: <20031128093317.GA26910@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <20031128012917.19f45312.itetcu@apropo.ro> References: <1069972079.3216.14.camel@localhost> <1069974309.3224.17.camel@localhost> <20031128011253.7017b046.itetcu@apropo.ro> <20031128012917.19f45312.itetcu@apropo.ro>
next in thread | previous in thread | raw e-mail | index | archive | help
--zhXaljGHf11kAtnf
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
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 {} \;
Pedants may also prefer:
# find /usr/ports -type f -name README.html -print | xargs rm
which will save you about 9000 invocations of rm given a ports tree
fully populated with README.html files.
Cheers,
Matthew
--=20
Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks
Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614 Bucks., SL7 1TH UK
--zhXaljGHf11kAtnf
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (FreeBSD)
iD8DBQE/xxZddtESqEQa7a0RAparAJ9MKiSgXFmj3JhZhL6JMiaalU8k1wCfVV5A
1JAbipdwjFIRr3D+AUznMUo=
=6c6X
-----END PGP SIGNATURE-----
--zhXaljGHf11kAtnf--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031128093317.GA26910>
