Make Syntax

Ion-Mihai Tetcu itetcu at apropo.ro
Mon Feb 2 05:06:26 PST 2004


On Fri, 30 Jan 2004 21:38:54 -0800
Rishi Chopra <rchopra at 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


More information about the freebsd-questions mailing list