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
-- 
Juan Miguel Cacho       [EMAIL PROTECTED]
Philippines             [EMAIL PROTECTED] 
...the poor count their blessings, the affluent count their calories.
_
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