From owner-freebsd-current@FreeBSD.ORG Wed Oct 27 02:18:28 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 502D316A4CE; Wed, 27 Oct 2004 02:18:28 +0000 (GMT) Received: from s1.stradamotorsports.com (ip30.gte215.dsl-acs2.sea.iinet.com [209.20.215.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90AC243D1D; Wed, 27 Oct 2004 02:18:27 +0000 (GMT) (envelope-from jcw@highperformance.net) Received: from [192.168.1.16] ([192.168.1.16])i9R2IP8m008212; Tue, 26 Oct 2004 19:18:25 -0700 (PDT) (envelope-from jcw@highperformance.net) Date: Tue, 26 Oct 2004 19:18:25 -0700 From: "Jason C. Wells" To: Tim Kientzle Message-ID: <8812131C4FA78B11C37C21A8@[192.168.1.16]> In-Reply-To: <417DF203.4070705@freebsd.org> References: <6CCE035F71E8316B634212C5@[192.168.1.16]> <417BBFEC.1050100@gamersimpact.com> <417DF203.4070705@freebsd.org> X-Mailer: Mulberry/3.1.5 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Spam-Status: No, hits=-1.0 required=4.0 tests=IN_REP_TO,REFERENCES version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-current@freebsd.org Subject: Re: tar dumps core when appending to empty file X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2004 02:18:28 -0000 --On Monday, October 25, 2004 11:43 PM -0700 Tim Kientzle wrote: > In the interim, you might try this *much* faster > method: > > find . -name Makefile.orig | tar -c -f Makefiles.tar -I- Thanks for the handy tip. Jason C. Wells