On Sun, Jun 10, 2012 at 01:07:58PM +0300, Aldis Berjoza wrote:
> 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

Or:
find /usr/obj -name '*.o' -exec rm {} \+

Attachment: pgp8GkHn7TLql.pgp
Description: PGP signature

Reply via email to