>>> On Fri, 11 Jul 2003 09:52:09 +0200, Christian Paul <[EMAIL PROTECTED]> said:

 cp> Am Donnerstag, 10. Juli 2003 23:42 schrieb Sambit Nanda:
 >> I thought to install blackdown java 1.1.8 on my RH9,
 >> after i downloaded i found all files having extension
 >> <file name>.tar.bz2,
 >> This is the new extension i am not aware of this, What
 >> is .bz2 mean? i tried tar zxvf did not work, how can i
 >> extract this files.
 >> 

 cp>  bunzip2 -c xyz-1.0.0.tar.bz2 | tar xf -
 cp> works for me.



Use the 'j' option to tar instead of the 'z' option, i.e.
'tar jxvf <filename>.tar.bz2'. 

>From the tar man page:

       -j, -I, --bzip
              filter  the archive through bzip2. Note: -I is dep-
              recated and may get a different meaning in the near
              future.
                                                                                
       -Z, --compress, --uncompress
              filter the archive through compress
                                                                                
       -z, --gzip, --ungzip
              filter the archive through gzip
                                                                                

Johnie


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to