Date: Sun, 27 Mar 2005 16:32:38 -0600 From: Doug Poland <doug@polands.org> To: Doug Barton <DougB@freebsd.org> Cc: current@freebsd.org Subject: Re: Heads up: gtar gone from base system Message-ID: <20050327223238.GA749@polands.org> In-Reply-To: <20050326181516.X65159@qbhto.arg> References: <20050313223214.D6EE57306E@freebsd-current.sentex.ca> <4243B57D.5050204@freebsd.org> <20050325130458.GA40427@polands.org> <20050326181516.X65159@qbhto.arg>
next in thread | previous in thread | raw e-mail | index | archive | help
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 -- Regards, Doug
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050327223238.GA749>