Change tar to GNU

Tim Kientzle kientzle at freebsd.org
Fri Feb 18 19:14:13 GMT 2005


Craig Boston wrote:
> On Fri, Feb 18, 2005 at 10:00:49AM -0800, Tim Kientzle wrote:
> 
>>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'

That's why the --null option disables the
"-C" directory-change hack.

Tim



More information about the freebsd-current mailing list