Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Nov 2001 21:21:46 -0700 (MST)
From:      FreeBSD user <freebsd@XtremeDev.com>
To:        budsz <budsan02@bdg.centrin.net.id>
Cc:        Tony <tony@idk.com>, <freebsd-questions@FreeBSD.ORG>
Subject:   Re: .bz2 file extension
Message-ID:  <20011103212122.Y27717-100000@Amber.XtremeDev.com>
In-Reply-To: <20011103174817.A508@bdg.centrin.net.id>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 3 Nov 2001, budsz wrote:

> On Fri, Nov 02, 2001 at 01:10:46PM -0800, Tony wrote:
> >I downloaded a file the a .tar.bz2 ending. What program do I use to extract
> >the files in this?
>
> Please using bzip2 program for ex:
> $bzip2 -cd file.tar.bz2 | tar xvf -

Or:
tar -yxvf file.tar.bz2


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011103212122.Y27717-100000>