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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
