From owner-freebsd-current@FreeBSD.ORG Fri Feb 18 18:54:15 2005 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 D486216A4CE; Fri, 18 Feb 2005 18:54:15 +0000 (GMT) Received: from ion.gank.org (ion.gank.org [69.55.238.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9552943D55; Fri, 18 Feb 2005 18:54:15 +0000 (GMT) (envelope-from craig@xfoil.gank.org) Received: by ion.gank.org (mail, from userid 1001) id 538152C3F6; Fri, 18 Feb 2005 12:54:15 -0600 (CST) Date: Fri, 18 Feb 2005 12:54:12 -0600 From: Craig Boston To: Tim Kientzle Message-ID: <20050218185411.GA46999@nowhere> Mail-Followup-To: Craig Boston , Tim Kientzle , freebsd-current@freebsd.org References: <4214F3C2.4020102@alumni.rice.edu> <20050217195547.GA33893@troutmask.apl.washington.edu> <42162D51.6020304@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42162D51.6020304@freebsd.org> User-Agent: Mutt/1.4.2.1i cc: freebsd-current@freebsd.org Subject: Re: Change tar to GNU 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: Fri, 18 Feb 2005 18:54:16 -0000 On Fri, Feb 18, 2005 at 10:00:49AM -0800, Tim Kientzle wrote: > Somewhat better: > > find $PATH -newermt 20050215 -print0 | tar -c -f new.tar -T - --null Unless for some odd reason you have a file that gets changed a lot and is named '-C' ;-P Craig