Date: Sun, 15 May 2011 10:27:40 -0500 From: "Jack L. Stone" <jacks@sage-american.com> To: Eitan Adler <lists@eitanadler.com> Cc: freebsd-questions@freebsd.org Subject: Re: find and remove ? Message-ID: <3.0.1.32.20110515102740.0195b6e0@sage-american.com> In-Reply-To: <BANLkTinfwahWPuQEQYoxcBJBqgpTNH2FqA@mail.gmail.com> References: <3.0.1.32.20110514171011.018a0598@sage-american.com> <3.0.1.32.20110514171011.018a0598@sage-american.com>
next in thread | previous in thread | raw e-mail | index | archive | help
At 06:59 PM 5/14/2011 -0400, Eitan Adler wrote: >> 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 > Thanks, Eitan, but it didn't delete. What did I do wrong? Jack (^_^) Happy trails, Jack L. Stone System Admin Sage-american
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.1.32.20110515102740.0195b6e0>