- OR -
tar --bzip -xvf file.tar.bz2
On Sat, 17 Mar 2001, Juan Miguel Cacho wrote:
> En Sat, Mar 17, 2001 at 03:31:01PM +0800, dwen escribio:
> #_ hello guys,
> #_
> #_ Somebody tell me how to uncompress this kind of file any.tar.bz2.
> #_ thanks,
> #_ dwen
>
> bzip2 -dc any.tar.bz2 | tar -xvf - (don't forget the last dash "-")
> or
> bunzip2 any.tar.bz2 | tar -xvf -
>
> man bunzip and man bzip2
>
> HTH
>
_
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]