"Miguel A.L. Paraz" wrote:

> On Sat, Mar 17, 2001 at 03:31:01PM +0800, dwen wrote:
> > Somebody tell me how to uncompress this kind of file any.tar.bz2.
>
> if you use 'z' for gzip, use 'I' for bzip, e.g.
>
> tar Ixf any.tar.bz2
>
> or manually:
>
> bzcat any.tar.bz2 | tar Ixvf -
>
> --
>
> http://www.internet.org.ph              The Philippine Internet Resource
> Mobile Voice/Messaging:                 +63-917-810-9728
>
> _
> Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
> To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]
>
> To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
>[EMAIL PROTECTED]

In slackware and FreeBSD I used the command

tar yxvf file.tar.bz2 -C <destination directory>

_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to