Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Feb 2004 15:08:07 +0200
From:      Ion-Mihai Tetcu <itetcu@apropo.ro>
To:        Rishi Chopra <rchopra@cal.berkeley.edu>
Cc:        questions@freebsd.org
Subject:   Re: Make Syntax
Message-ID:  <20040202150807.430a3b0e@it.buh.cameradicommercio.ro>
In-Reply-To: <401B3F6E.60002@cal.berkeley.edu>
References:  <401B3B5D.1000302@cal.berkeley.edu> <200401302326.25307.racerx@makeworld.com> <200401302329.37549.racerx@makeworld.com> <401B3F6E.60002@cal.berkeley.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 30 Jan 2004 21:38:54 -0800
Rishi Chopra <rchopra@cal.berkeley.edu> wrote:

> Is there any way to run a 'clean' command to remove 'WORK' directories 
> from the ports tree after the fact?

If you want to remove *all* the WORK dirs you can use:
find /usr/ports -type d -name 'work' -print | xargs rm

which is a lot faster.



-- 
IOnut
Unregistered ;) FreeBSD user



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040202150807.430a3b0e>