From owner-freebsd-questions@FreeBSD.ORG Sun May 15 15:33:26 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A41E1065677 for ; Sun, 15 May 2011 15:33:26 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 533D48FC16 for ; Sun, 15 May 2011 15:33:26 +0000 (UTC) Received: by vws18 with SMTP id 18so3645432vws.13 for ; Sun, 15 May 2011 08:33:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=6yLj9vFiE475H35vC8/jj+Lc55eoE7DHW3i5Lb/mukc=; b=OZuiu9AH03EOvjB5KLKMljQAkVVLD/V+sVPGwikFBMAboWJzpUCZcuBvV823qWOHsb DkelEIr14RdV4u2mpTViTYzqm/66XmUFYeo83F0nLlUU2I+2ul+SnWyVo8bSEsoYq7VN fC1Kk2HAhDRgNP+ENPkR3eKNgaNYxYQvRQPgA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=dtvthMkL6Io9I7cjC/IZfGst5Kgv1DcvImDgclwlU0VizqtQ/xL1deEJKQPWLWHPz5 LJAOqUa9m+juUJPCu5YtNI4w/GDF1EgyZ9Y09TSIPxBIayoLCoGHgoT1oJOsAtN06nM6 nA0AMaCCQN+Kdc2NkOV0FvndlYPgXF0YV6J2k= Received: by 10.52.174.38 with SMTP id bp6mr4953567vdc.90.1305473598203; Sun, 15 May 2011 08:33:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.110.42 with HTTP; Sun, 15 May 2011 08:32:48 -0700 (PDT) In-Reply-To: <3.0.1.32.20110515102740.0195b6e0@sage-american.com> References: <3.0.1.32.20110514171011.018a0598@sage-american.com> <3.0.1.32.20110515102740.0195b6e0@sage-american.com> From: Eitan Adler Date: Sun, 15 May 2011 11:32:48 -0400 Message-ID: To: "Jack L. Stone" Content-Type: text/plain; charset=UTF-8 Cc: freebsd-questions@freebsd.org Subject: Re: find and remove ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 May 2011 15:33:26 -0000 > Thanks, Eitan, but it didn't delete. What did I do wrong? I would need to see what command you typed :-) Go to the top directory you start deleting from and type find . -name _vti_\* This will print out what it thinks should be deleted. If you don't see the directories you expect here then please be more specific about what should be deleted. If you do see the directories you expect and running the find command with "-delete" doesn't work then we could try and debug from that point. -- Eitan Adler