From owner-freebsd-questions@FreeBSD.ORG Wed Feb 10 01:51:54 2010 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 A36EC106566C for ; Wed, 10 Feb 2010 01:51:54 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) Received: from zivm-exrelay3.uni-muenster.de (ZIVM-EXRELAY3.UNI-MUENSTER.DE [128.176.192.20]) by mx1.freebsd.org (Postfix) with ESMTP id 39ADF8FC1B for ; Wed, 10 Feb 2010 01:51:53 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.49,439,1262559600"; d="scan'208";a="25533136" Received: from zivmaildisp1.uni-muenster.de (HELO ZIVMAILUSER05.UNI-MUENSTER.DE) ([128.176.188.85]) by zivm-relay3.uni-muenster.de with ESMTP; 10 Feb 2010 02:51:52 +0100 Received: by ZIVMAILUSER05.UNI-MUENSTER.DE (Postfix, from userid 149459) id 7481E1B07E7; Wed, 10 Feb 2010 02:51:52 +0100 (CET) Date: Wed, 10 Feb 2010 02:51:52 +0100 (CET) From: Alexander Best Sender: Organization: Westfaelische Wilhelms-Universitaet Muenster To: Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Subject: problem with `find -delete` 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: Wed, 10 Feb 2010 01:51:54 -0000 hi there, i've been trying to delete all the works directories in my ports dir. this is the command i'm trying to use: sudo /usr/bin/find /usr/ports -name work -depth 3 -type d -delete after i issue the command however sudo /usr/bin/find /usr/ports -name work -depth 3 -type d tells me that nothing got deleted at all. is there something wrong with that command? cheers. alex