From owner-freebsd-questions@freebsd.org Sun Jul 1 20:42:49 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 275B9FDB3AE for ; Sun, 1 Jul 2018 20:42:49 +0000 (UTC) (envelope-from pschmehl_lists@tx.rr.com) Received: from dnvrco-cmomta01.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.230]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id AD2DA7D367 for ; Sun, 1 Jul 2018 20:42:48 +0000 (UTC) (envelope-from pschmehl_lists@tx.rr.com) Received: from [192.168.0.10] ([70.121.63.82]) by cmsmtp with ESMTPA id ZjBFf9whC5AwUZjBIfs1iv; Sun, 01 Jul 2018 20:42:49 +0000 Date: Sun, 01 Jul 2018 15:42:44 -0500 From: Paul Schmehl Reply-To: Paul Schmehl To: Yasuhiro KIMURA , freebsd-questions@freebsd.org Subject: Re: Problem deleting files Message-ID: <7B22B2E16499C1F7EC02602E@Pauls-MacBook-Pro.local> In-Reply-To: <20180702.045945.196506400937397770.yasu@utahime.org> References: <85B4CFC22AC0CA70B917D42D@Pauls-MacBook-Pro.local> <20180702.044831.477271088854915236.yasu@utahime.org> <20180702.045945.196506400937397770.yasu@utahime.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-CMAE-Envelope: MS4wfFGvAkhdhod62tYfNsRU/RCUjxM+GYOIDxLzgKvAIAniwrp55nuq2KtXmVyaZHCmSr1d8hqdkwQlXSv5K+5B4mLSAAGYWjbKNVNXUulHJOivV1rgBkeh +KCpK2adRVT68LjobZOCiR2EKEgiDFSZJosGbo9lx0jizrE5tPQX5TFjcSgsPFkHhImYtEL8JZFkxQK6tUS0fztpP38T1QQqBCIfk0yW1gidYvy4O+GiiwAH 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 20:42:49 -0000 --On July 2, 2018 at 4:59:45 AM +0900 Yasuhiro KIMURA wrote: > From: Yasuhiro KIMURA > Subject: Re: Problem deleting files > Date: Mon, 02 Jul 2018 04:48:31 +0900 (JST) > >> Try following command. > > Or > >>> find . -type f -exec rm [] \; returns rm: []: No such file or >>> directory over and over again. > > Your command should be > > find . -type f -exec rm {} \; > Yes, I know. That was a typo in the email. Paul Schmehl, Retired As if it wasn't already obvious, my opinions are my own and not those of my employer. ******************************************* "It is as useless to argue with those who have renounced the use of reason as to administer medication to the dead." Thomas Jefferson "There are some ideas so wrong that only a very intelligent person could believe in them." George Orwell