Re: unzipping tar.bz2 files

2000-08-19 Thread staf
> I downloaded the kernel source through dselect, but I can't seem to unzip
> the kernel source because it has  a tar.bz2 ending.  How does someone
> unzip this type of file?

try "tar xIf name.tar.bz2" or  "bzip2 -cd name.tar.bz2 | tar xf -"

regards,

--
Staf Wagemakers

email  : [EMAIL PROTECTED]
homepage   : http://www.digibel.org/~staf




Re: unzipping tar.bz2 files

2000-08-19 Thread Sven Burgener
On Sat, Aug 19, 2000 at 03:45:54PM +0200, Christophe Broult wrote:
> tar xIf file.tar.bz2 will `bunzip2' and untar your files. The `I' is
> for bzip2 compression. So you can say

bzcat (not sure about exact name) is also useful: pipe the output to tar
and you can leave the original .tar.bz2 zipped up.

Sven



Re: unzipping tar.bz2 files

2000-08-19 Thread Christophe Broult
"John Anderson" <[EMAIL PROTECTED]> writes:

> I downloaded the kernel source through dselect, but I can't seem to unzip
> the kernel source because it has  a tar.bz2 ending.  How does someone
> unzip this type of file?

tar xIf file.tar.bz2 will `bunzip2' and untar your files. The `I' is
for bzip2 compression. So you can say

tar cIf ... (to create a bzip2 compressed tar file)
tar tIf ... (to list its content)
tar xIf ... (to extract its content)
> 
> 
> John Kerr Anderson 
> [EMAIL PROTECTED] 
> Debian GNU/Linux 2.2   
> 

-- 
"Man is distinguished from all other creatures by
the faculty of laughter."
- Joseph Addison



Re: unzipping tar.bz2 files

2000-08-19 Thread Patrick Dahiroc
this should work:  tar -Ixvf your_file.tar.bz2

On Sat, Aug 19, 2000 at 09:19:58AM -0400, John Anderson wrote:
> I downloaded the kernel source through dselect, but I can't seem to unzip
> the kernel source because it has  a tar.bz2 ending.  How does someone
> unzip this type of file?
> 
> 
> John Kerr Anderson 
> [EMAIL PROTECTED] 
> Debian GNU/Linux 2.2   
> 
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 

-- 
"As a general rule, if you have trouble 
 with the binary system, then probably it 
 is because you do not really understand 
 the decimal system ..."
R.W. Hamming



Re: unzipping tar.bz2 files

2000-08-19 Thread Florian Friesdorf
On Sat, Aug 19, 2000 at 09:19:58AM -0400, John Anderson wrote:
> I downloaded the kernel source through dselect, but I can't seem to unzip
> the kernel source because it has  a tar.bz2 ending.  How does someone
> unzip this type of file?

tar xvfI filename.tar.bz2

at least the tar version shipping with potato supports this.

-ff

-- 
 Florian Friesdorf <[EMAIL PROTECTED]>
OpenPGP key available on public key servers

--> Save the future of Open Source <--
-> Online-Petition against Software Patents <-
--> http://petition.eurolinux.org <---


pgpHnQygONEUm.pgp
Description: PGP signature


Re: unzipping tar.bz2 files

2000-08-19 Thread Vee-Eye
Sie schrieben:
> I downloaded the kernel source through dselect, but I can't seem to unzip
> the kernel source because it has  a tar.bz2 ending.  How does someone
> unzip this type of file?

Just unzip and untar it with tar:
tar xIf x.tar.bz2
 ^
If you only want to unzip it, if this is of any need,
bunzip2 x.tar.bz2

MH


 
-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgpYkvmXjFgfT.pgp
Description: PGP signature


Re: unzipping tar.bz2 files

2000-08-19 Thread Christoph Simon
> I downloaded the kernel source through dselect, but I can't seem to unzip
> the kernel source because it has  a tar.bz2 ending.  How does someone
> unzip this type of file?

bzip2 -cd kernel.tar.bz2 | tar xf -

Christoph Simon
[EMAIL PROTECTED]

-- 
^X^C
q
quit
:q
^C
end
x
exit
ZZ
^D
?
help
shit
.




unzipping tar.bz2 files

2000-08-19 Thread John Anderson
I downloaded the kernel source through dselect, but I can't seem to unzip
the kernel source because it has  a tar.bz2 ending.  How does someone
unzip this type of file?


John Kerr Anderson 
[EMAIL PROTECTED] 
Debian GNU/Linux 2.2