From owner-freebsd-questions@freebsd.org Tue Apr 26 14:28:04 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E63AB1DF60 for ; Tue, 26 Apr 2016 14:28:04 +0000 (UTC) (envelope-from wam@hiwaay.net) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 6B62716F2 for ; Tue, 26 Apr 2016 14:28:04 +0000 (UTC) (envelope-from wam@hiwaay.net) Received: by mailman.ysv.freebsd.org (Postfix) id 67173B1DF5F; Tue, 26 Apr 2016 14:28:04 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66C7BB1DF5E for ; Tue, 26 Apr 2016 14:28:04 +0000 (UTC) (envelope-from wam@hiwaay.net) Received: from fly.hiwaay.net (fly.hiwaay.net [216.180.54.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A3C916F1 for ; Tue, 26 Apr 2016 14:28:03 +0000 (UTC) (envelope-from wam@hiwaay.net) Received: from kabini1.local (dynamic-216-186-226-44.knology.net [216.186.226.44] (may be forged)) (authenticated bits=0) by fly.hiwaay.net (8.13.8/8.13.8/fly) with ESMTP id u3QES1QX028372 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Tue, 26 Apr 2016 09:28:02 -0500 Subject: Re: deleting /tmp files from crontab References: <20160426123012.GA57555@skytracker.ca> <571F63B3.4040803@gmail.com> <20160426141301.GA62352@skytracker.ca> Cc: questions@freebsd.org From: "William A. Mahaffey III" Message-ID: Date: Tue, 26 Apr 2016 09:33:31 -0453.75 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <20160426141301.GA62352@skytracker.ca> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2016 14:28:04 -0000 On 04/26/16 09:19, David Banning wrote: > On Tue, Apr 26, 2016 at 02:48:51PM +0200, Michael Schuster wrote: >> On 26/04/16 14:30, David Banning wrote: >>> I am attempting to delete my .spamassassin files from my /tmp directory >>> >>> putting a command in my crontab; >>> >>> find /tmp/.spam* -mmin +360 -delete >> the find syntax looks strange (assuming this is straight 'find', not >> somthing crontab-specific); normally, I'd expect to see >> >> # find /tmp -name '.spam*' -mmin +360 -delete > That seems to delete the files, but not the directories starting in .spam* > > Reviewing the find man page, it appears the -delete implementation will > not work unless the directory is empty. Still looking for solutions here. Perhaps a 2nd invocation replacing '-delete' w/ '-exec \rm -rf {} +' ? -- William A. Mahaffey III ---------------------------------------------------------------------- "The M1 Garand is without doubt the finest implement of war ever devised by man." -- Gen. George S. Patton Jr.