cleaning /usr/obj before copying it to USB key

Aldis Berjoza graudeejs at gmail.com
Sun Jun 10 10:08:12 UTC 2012


On Sat, 9 Jun 2012 08:57:33 -0700
Tim Kientzle <tim at kientzle.com> wrote:

> 
> You can delete all of the '.o' files using a command like this:
> 
>    find /usr/obj -name '*.o' | xargs rm
> 


I think:
  find /usr/obj -name '*.o' -delete
is much better
-- 
Aldis Berjoza
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-hackers/attachments/20120610/04e07e35/signature.pgp


More information about the freebsd-hackers mailing list