On Sat, 9 Jun 2012 08:57:33 -0700
Tim Kientzle <t...@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

Attachment: signature.asc
Description: PGP signature

Reply via email to