From owner-freebsd-questions@freebsd.org Sun Jul 1 22:24:57 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99BBEFE0B85 for ; Sun, 1 Jul 2018 22:24:57 +0000 (UTC) (envelope-from johnl@iecc.com) Received: from gal.iecc.com (gal.iecc.com [IPv6:2001:470:1f07:1126:0:43:6f73:7461]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gal.iecc.com", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3B1D6813AE for ; Sun, 1 Jul 2018 22:24:57 +0000 (UTC) (envelope-from johnl@iecc.com) Received: (qmail 7340 invoked from network); 1 Jul 2018 22:24:56 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=iecc.com; h=date:message-id:from:to:cc:subject:in-reply-to:references:mime-version:content-type:user-agent; s=1ca9.5b3954b8.k1807; bh=qoLA89L7RYC2p4ijl4V9pO49QARq8EHWXv3vKqIO898=; b=WYAD7KvjMu6klTAC26KSCEPgF+ErfCNT0f3LH1zbAp1SP0E92WoO1b/fCL/AK5o9CGS2o0sVCyeEb6OqQBZt0EkI81UXVBnmKbzIojTVvo79IrAqxjxSjqaHRx0joi1mtDyQYVEbtCe1xA6W34L8BPEXhZpJZfcAxksTtnHGMgNHNqWd0sqUd36BUaejMInB5DKmeArdWchIMA8AO13+RTePp8T/YJbIu/ncIMO3r1gLI/xBOVzXSeXkZReCM1c0 Received: from localhost ([IPv6:2001:470:1f07:1126::78:696d:6170]) by imap.iecc.com ([IPv6:2001:470:1f07:1126::78:696d:6170]) with ESMTPS (TLS1.2/X.509/AEAD) via TCP6; 01 Jul 2018 22:24:56 -0000 Date: 1 Jul 2018 17:24:54 -0500 Message-ID: From: "John R. Levine" To: "Paul Schmehl" Cc: freebsd-questions@freebsd.org Subject: Re: Problem deleting files In-Reply-To: References: <20180701202153.A94AA28BD3C2@ary.local> <010DDED160955AC68C7EFA46@Pauls-MacBook-Pro.local> User-Agent: Alpine 2.21 (OSX 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jul 2018 22:24:57 -0000 > # rm -fr . > rm: "." and ".." may not be removed Oh, ok, then go one level up. If your directory is callled abc $ rm -rf abc the -r recursor uses a library that can handle arbitrarily large sets of files. Regards, John Levine, johnl@iecc.com, Primary Perpetrator of "The Internet for Dummies", Please consider the environment before reading this e-mail. https://jl.ly