X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Wed, 27 Feb 2002 18:13:56 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "jade" Message-Id: <7458-Wed27Feb2002181356+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <003d01c1beb8$e481db60$510510ac@et21> (jade@cdict.umcc.cu) Subject: Re: .tar.bz2 files References: <003d01c1beb8$e481db60$510510ac AT et21> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "jade" > Date: Tue, 26 Feb 2002 05:29:43 -0600 > > What do I need to decompile .tar.bz2 files? Download the ported bzip2 (available from SimTel.NET), and then type these two commands: bunzip2 foo.tar.bz2 djtar -x foo.tar (djtar.exe is something you already have, it comes with djdev203.zip.)