From owner-freebsd-chat@FreeBSD.ORG Thu Dec 9 00:54:01 2004 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3EFD16A4CE for ; Thu, 9 Dec 2004 00:54:01 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B75043D31 for ; Thu, 9 Dec 2004 00:54:00 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b215.otenet.gr [212.205.244.223]) iB90raFI020604; Thu, 9 Dec 2004 02:53:52 +0200 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id iB90qxZ6003278; Thu, 9 Dec 2004 02:52:59 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id iB90qxZc003277; Thu, 9 Dec 2004 02:52:59 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 9 Dec 2004 02:52:59 +0200 From: Giorgos Keramidas To: Andrew Message-ID: <20041209005259.GA3206@gothmog.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: cc: chat@freebsd.org Subject: Re: The essence of argument order X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Dec 2004 00:54:02 -0000 On 2004-12-09 03:35, Andrew wrote: > i've just typed > # rm -print0 -type l | xargs -0 rm > instead of > # rm -type l -print0 | xargs -0 rm > in a directory with 50+ Gigs of data > what a nice feeling... > shit... None of them worked?