Re: Heads up: gtar gone from base system

From: Brian K. White <brian_at_aljex.com>
Date: Mon, 28 Mar 2005 05:59:59 -0500
----- Original Message ----- 
From: "Doug Poland" <doug_at_polands.org>
To: "Doug Barton" <DougB_at_freebsd.org>
Cc: <current_at_freebsd.org>
Sent: Sunday, March 27, 2005 5:32 PM
Subject: Re: Heads up: gtar gone from base system


> On Sat, Mar 26, 2005 at 06:16:24PM -0800, Doug Barton wrote:
>> On Fri, 25 Mar 2005, Doug Poland wrote:
>>
>> >There are some examples in the gtar man page that would be nice to have
>> >in bsdtar.
>>
>> Given that "some examples" have already been implemented, I think we're
>> covered here. :)  If you want something more specific, you'll have to
>> provide a little more information.
>>
> OK, the example I cannot live without...
>
>
>     To move file hierarchies, use a command line like this:
>
>     tar -cf - -C srcdir . | tar xpf - -C destdir

Why not?
Isn't that just a slight convenience for this?:
cd srcdir ; tar cf - . |( cd destdir ; tar xpf - )

It looks equivalent saying you cannot live without -j or -z ?
now if "cd" ever decides to eat even one character from stdin that'd be 
different :)

Brian K. White  --  brian_at_aljex.com  --  http://www.aljex.com/bkw/
+++++[>+++[>+++++>+++++++<<-]<-]>>+.>.+++++.+++++++.-.[>+<---]>++.
filePro BBx  Linux SCO  Prosper/FACTS AutoCAD  #callahans Satriani
Received on Mon Mar 28 2005 - 09:00:29 UTC

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