Re: [SLUG] Jidgo

From: Greg Schmidt (slugmail@gschmidt.net)
Date: Sun Dec 22 2002 - 09:41:14 EST


On Sat, 21 Dec 2002, Frank Roberts - SOTL wrote:

<snip>
>
> Problem is that when I download Jigdo it comes in a format of
> jigdo-bin-0.6.8.tar.bz2
> and when I do a
> tar -xvzf jigdo-bin-0.6.8.tar.bz2
> I get the response that the file is not in gzip format.
>
> Now being quite unfamiliar with all the possibilities of how one untars this
> file I would high appreciate a little guidance in how this may be
> accomplished.
>
> Thanks
>
> Frank
>

bzcat <filename.tar.bz2> | tar -xv

A newer or patched tar might have a -j switch to let it work with bzip2
compression, but the above construct should work with any tar.

hth,

Greg



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 19:49:07 EDT