From owner-freebsd-questions Sat Nov 3 20:21:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.XtremeDev.com (xtremedev.com [216.241.38.65]) by hub.freebsd.org (Postfix) with ESMTP id 1819837B405 for ; Sat, 3 Nov 2001 20:21:55 -0800 (PST) Received: from xtremedev.com (xtremedev.com [216.241.38.65]) by mail.XtremeDev.com (Postfix) with ESMTP id DB32070607; Sat, 3 Nov 2001 21:21:46 -0700 (MST) Date: Sat, 3 Nov 2001 21:21:46 -0700 (MST) From: FreeBSD user To: budsz Cc: Tony , Subject: Re: .bz2 file extension In-Reply-To: <20011103174817.A508@bdg.centrin.net.id> Message-ID: <20011103212122.Y27717-100000@Amber.XtremeDev.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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