From owner-freebsd-hackers@FreeBSD.ORG Mon Jun 11 07:24:05 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 11B921065687 for ; Mon, 11 Jun 2012 07:24:05 +0000 (UTC) (envelope-from lars@e-new.0x20.net) Received: from mail.0x20.net (mail.0x20.net [217.69.76.211]) by mx1.freebsd.org (Postfix) with ESMTP id B21558FC12 for ; Mon, 11 Jun 2012 07:24:04 +0000 (UTC) Received: from mail.0x20.net (mail.0x20.net [217.69.76.211]) by mail.0x20.net (Postfix) with ESMTP id 6224F6A601C; Mon, 11 Jun 2012 09:24:03 +0200 (CEST) X-Virus-Scanned: amavisd-new at mail.0x20.net Received: from mail.0x20.net ([217.69.76.211]) by mail.0x20.net (mail.0x20.net [217.69.76.211]) (amavisd-new, port 10024) with ESMTP id lEhEjUTdKHKg; Mon, 11 Jun 2012 09:24:03 +0200 (CEST) Received: from e-new.0x20.net (mail.0x20.net [IPv6:2001:aa8:fffb:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.0x20.net (Postfix) with ESMTPS id 2274B6A6006; Mon, 11 Jun 2012 09:24:03 +0200 (CEST) Received: from e-new.0x20.net (localhost [127.0.0.1]) by e-new.0x20.net (8.14.5/8.14.5) with ESMTP id q5B7O2qH093027; Mon, 11 Jun 2012 09:24:02 +0200 (CEST) (envelope-from lars@e-new.0x20.net) Received: (from lars@localhost) by e-new.0x20.net (8.14.5/8.14.5/Submit) id q5B7O2q2092445; Mon, 11 Jun 2012 09:24:02 +0200 (CEST) (envelope-from lars) Date: Mon, 11 Jun 2012 09:24:02 +0200 From: Lars Engels To: Aldis Berjoza Message-ID: <20120611072402.GL5592@e-new.0x20.net> References: <20120609143521.GA3940@tinyCurrent> <79C2B8B9-9A7E-4793-AE03-FE387BB1694B@kientzle.com> <20120610130758.74a8b65b@desktop.pc> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FCrxImOsEPEtRSmI" Content-Disposition: inline In-Reply-To: <20120610130758.74a8b65b@desktop.pc> X-Editor: VIM - Vi IMproved 7.3 X-Operation-System: FreeBSD 8.3-RELEASE-p2 User-Agent: Mutt/1.5.21 (2010-09-15) X-Mailman-Approved-At: Mon, 11 Jun 2012 11:26:56 +0000 Cc: freebsd-hackers@freebsd.org Subject: Re: cleaning /usr/obj before copying it to USB key X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2012 07:24:05 -0000 --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 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--