Re: Heads up: gtar gone from base system

From: Tim Kientzle <kientzle_at_freebsd.org>
Date: Mon, 04 Apr 2005 22:25:49 -0700
Brian K. White wrote:
> 
>> tar: unrecognized option `--use-compress-program=gunzip'
> 
> It is a generically useful option though, being able to specify an 
> arbitrary compress program ...

If you're going to specify the compress/decompress program
manually, just use a pipe:

   <decompress program> | tar <options> <files>

is both shorter and more portable.  (Assuming, of course,
that you don't need accurate blocking.  If you do,
adding "dd" to the beginning of that line is a modest
complication. ;-)

Tim
Received on Tue Apr 05 2005 - 03:26:25 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:31 UTC