Date: Mon, 11 Jun 2012 09:24:02 +0200 From: Lars Engels <lars.engels@0x20.net> To: Aldis Berjoza <graudeejs@gmail.com> Cc: freebsd-hackers@freebsd.org Subject: Re: cleaning /usr/obj before copying it to USB key Message-ID: <20120611072402.GL5592@e-new.0x20.net> In-Reply-To: <20120610130758.74a8b65b@desktop.pc> References: <20120609143521.GA3940@tinyCurrent> <79C2B8B9-9A7E-4793-AE03-FE387BB1694B@kientzle.com> <20120610130758.74a8b65b@desktop.pc>
next in thread | previous in thread | raw e-mail | index | archive | help
--FCrxImOsEPEtRSmI Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 10, 2012 at 01:07:58PM +0300, Aldis Berjoza wrote: > On Sat, 9 Jun 2012 08:57:33 -0700 > Tim Kientzle <tim@kientzle.com> wrote: >=20 > >=20 > > You can delete all of the '.o' files using a command like this: > >=20 > > find /usr/obj -name '*.o' | xargs rm > >=20 >=20 >=20 > I think: > find /usr/obj -name '*.o' -delete > is much better Or: find /usr/obj -name '*.o' -exec rm {} \+ --FCrxImOsEPEtRSmI Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAk/VnRIACgkQKc512sD3afgsSACglal+t1bL/b82R/n1lNkDi4r7 yasAnRTXW+jqIBoaioI1QkUorbtAqEgS =R/os -----END PGP SIGNATURE----- --FCrxImOsEPEtRSmI--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120611072402.GL5592>