From owner-freebsd-stable@FreeBSD.ORG Thu Jan 20 23:48:04 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED66916A4CE for ; Thu, 20 Jan 2005 23:48:04 +0000 (GMT) Received: from mail.efacilitas.de (efacilitas.de [213.133.110.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D22E43D3F for ; Thu, 20 Jan 2005 23:48:04 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from mail.alpha-tierchen.de (port-212-202-169-228.dynamic.qsc.de [212.202.169.228]) by mail.efacilitas.de (Postfix) with ESMTP id 0B396123F81; Fri, 21 Jan 2005 00:47:45 +0100 (CET) Received: from localhost (localhost.local [127.0.0.1]) by mail.alpha-tierchen.de (Postfix) with ESMTP id 3BB6BCCE940; Fri, 21 Jan 2005 00:47:23 +0100 (CET) Received: from mail.alpha-tierchen.de ([127.0.0.1]) by localhost (mail.efacilitas.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15284-09; Fri, 21 Jan 2005 00:47:21 +0100 (CET) Received: from alpha (alpha.local [192.168.1.2]) by mail.alpha-tierchen.de (Postfix) with ESMTP id 282D9CCE93F; Fri, 21 Jan 2005 00:47:21 +0100 (CET) From: =?utf-8?B?QmrDtnJuIEvDtm5pZw==?= To: "'Darryl Okahata'" Date: Fri, 21 Jan 2005 00:48:23 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <200501202136.NAA13625@mina.soco.agilent.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcT/OHuXvzedhl9vQyO/BOmP/Qvo1wAEZZbQ Message-Id: <20050120234721.282D9CCE93F@mail.alpha-tierchen.de> X-Virus-Scanned: amavisd-new at alpha-tierchen.de cc: freebsd-stable@freebsd.org Subject: RE: Very large directory X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2005 23:48:05 -0000 Darryl Okahata wrote: > find . -type f -print0 | xargs -0 rm -f > Slightly more typing, but more robust. The find utility of FreeBSD knows a -delete option, e.g.: find /path/to/your/directory -type f -delete Regards Bj=C3=B6rn