Date: Wed, 10 Feb 2010 14:24:34 +0100 (CET) From: Alexander Best <alexbestms@wwu.de> To: Jason <jhelfman@e-e.com> Cc: freebsd-questions@FreeBSD.org Subject: Re: problem with `find -delete` Message-ID: <permail-20100210132434f7e55a9d00005170-a_best01@message-id.uni-muenster.de> In-Reply-To: <20100210031456.GA80933@eggman.experts-exchange.com>
next in thread | previous in thread | raw e-mail | index | archive | help
thanks goes to jilles on #freebsd-bugbuster. he told me that -delete doesn't
delete directories recursively.
so what i'm bow using is
sudo /usr/bin/find /usr/ports -name work -depth 3 -type d -exec rm -rf {} +
cheers.
alex
Jason schrieb am 2010-02-10:
> On Wed, Feb 10, 2010 at 02:51:52AM +0100, Alexander Best thus spake:
> >hi there,
> >i've been trying to delete all the works directories in my ports
> >dir. this is
> >the command i'm trying to use:
> >sudo /usr/bin/find /usr/ports -name work -depth 3 -type d -delete
> >after i issue the command however
> >sudo /usr/bin/find /usr/ports -name work -depth 3 -type d
> >tells me that nothing got deleted at all. is there something wrong
> >with that
> >command?
> >cheers.
> >alex
> You may want to try looking here:
> http://www.freebsd.org/doc/handbook/ports-using.html
> Section 4.5.5
> >_______________________________________________
> >freebsd-questions@freebsd.org mailing list
> >http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> >To unsubscribe, send any mail to
> >"freebsd-questions-unsubscribe@freebsd.org"
> --
> Jason Helfman
> System Administrator
> experts-exchange.com
> http://www.experts-exchange.com/M_4830110.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?permail-20100210132434f7e55a9d00005170-a_best01>
