[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Stupid question #477 - how to unpack .bz2 files



Original question:
>  How do I unpack .bz2 files? I`ve tried gzip and zip/unzip but that
> doesn`t help.

On Sat, Apr 01, 2000 at 06:59:48PM +0100, Chris J/#6 wrote:
> Most distributions come with a program bzip2 (and associated bunzip2 - but 
> technically its the same program). Just run:
> 	bunzip2 <file>
> or
> 	bzip2 -d <file>

And some distributions come with a tar which is patched to handled
bzip2ed tar files:

     tar xIvvfp fred.tar.bz2

The 'I' option does what 'z' does for gzipped tar files.

     -- Owen
     LeBlanc [at] mcc.ac.uk
---------------------------------------------------------------------
Sheffield Linux User's Group - http://www.sheflug.co.uk
To unsubscribe from this list send mail to
- <sheflug-request [at] vuw.ac.nz> - with the word 
 "unsubscribe" in the body of the message. 

  GNU the choice of a complete generation.