On Wed 2010-02-10 14:24:34 UTC+0100, Alexander Best (alexbes...@wwu.de) wrote:

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

AFAIK another method is:

sudo rm -rf /usr/ports/*/*/work
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to