El día Monday, June 11, 2012 a las 09:24:02AM +0200, Lars Engels escribió:

> 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 {} \+

Thanks for the hints concerning find(1) usage. I was wondering if there
is nothing like

# make install-clean
or
# make remove-tempfiles

Thanks

        matthias
-- 
Matthias Apitz
e <g...@unixarea.de> - w http://www.unixarea.de/
UNIX since V7 on PDP-11, UNIX on mainframe since ESER 1055 (IBM /370)
UNIX on x86 since SVR4.2 UnixWare 2.1.2, FreeBSD since 2.2.5
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to