Date: Sat, 14 May 2011 18:59:39 -0400 From: Eitan Adler <lists@eitanadler.com> To: "Jack L. Stone" <jacks@sage-american.com> Cc: freebsd-questions@freebsd.org Subject: Re: find and remove ? Message-ID: <BANLkTinfwahWPuQEQYoxcBJBqgpTNH2FqA@mail.gmail.com> In-Reply-To: <3.0.1.32.20110514171011.018a0598@sage-american.com> References: <3.0.1.32.20110514171011.018a0598@sage-american.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> I'm finally getting around to removing any remnants of frontpage. There are > 1000s of _vti_* directories across several domains and need to clean those > out. What's the best way to run a short script or command set to find and > delete those? man 1 find find /path/to/start/deleting -type d -name _vti_\* -delete run the command without -delete to see what will be removed. -- Eitan Adler
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BANLkTinfwahWPuQEQYoxcBJBqgpTNH2FqA>