Re: [newbie] bz2 files

2000-09-19 Thread Paul
On Tue, 19 Sep 2000, Philip Ferguson wrote: >Hello. > >I was wondering if anyone could help me with this. > >What is the differnece between files with a .gz extension and files with a >.bz2 extension? .gz is gzip'd, bz2 is bzip2'd. >How can I extract a file with a .bz2 extension? Using bunzip

Re: [newbie] bz2 files

2000-09-19 Thread Adam
on mandrake type tar -xyvf foo.tar.bz2 you could also type tar -xyf foo.tar.bz2 - Original Message - From: "Philip Ferguson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 19, 2000 11:45 AM Subject: [newbie] bz2 files > Hello. >

Re: [newbie] bz2 files

2000-09-19 Thread Philip Ferguson
Thanks very much! It works great now! Phil >From: "Charles A Edwards" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: Re: [newbie] bz2 files >Date: Tue, 19 Sep 2000 14:12:27 -0400 > > >- Original Message --

Re: [newbie] bz2 files

2000-09-19 Thread Anthony
bunzip2 the_file_name.tar.bz2 or tar xyf the_file_name.tar.bz2 Should both work. > > I was wondering if anyone could help me with this. > > > > What is the differnece between files with a .gz extension and files with a > > .bz2 extension? > > > > How can I extract a file with a .bz2 extension? >

Re: [newbie] bz2 files

2000-09-19 Thread Charles A Edwards
- Original Message - From: "Philip Ferguson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 19, 2000 11:45 AM Subject: [newbie] bz2 files > Hello. > > I was wondering if anyone could help me with this. > > What is the differne

Re: [newbie] bz2 files

2000-09-19 Thread burlington john
** Reply to message from "Philip Ferguson" <[EMAIL PROTECTED]> on Tue, 19 Sep 2000 11:45:44 EDT > Hello. > > I was wondering if anyone could help me with this. > > What is the differnece between files with a .gz extension and files with a > .bz2 extension? bzip2 is a new compressor that uses

[newbie] bz2 files

2000-09-19 Thread Philip Ferguson
Hello. I was wondering if anyone could help me with this. What is the differnece between files with a .gz extension and files with a .bz2 extension? How can I extract a file with a .bz2 extension? Thanks, Phil _ Get You