Thanks
Tim Cowan
to decompress a .bz2 file, just use bunzip2 file.bz2.
If it is a tar.bz2 file, tar -yxvf file.tar.bz2 often work...
try tar -xvIf file.tar.bz2
or simply tar --help ;)
or man tar
not trying to be mean or anything, but after the first reply answered
his question coreectly why the hell would you answer again with the
same(almost) answer?
Maybe they did not read the follow ups before posting
and did not know how to cancel/delete their post.
Maybe the follow up did not get to their news server before they posted.
I did not check, but if they are on the ATTBI newservers, the follow up
may have disappeared from their news reader and they did not see it.
I have seen 2 replys in the group and when I went to open them there
were 0 posts.
Next time I started my news reader, there they were.
>>>> what program from the command line can I use to decompress a *.bz2
>>>> file??
>>>
>>> to decompress a .bz2 file, just use bunzip2 file.bz2.
>>> If it is a tar.bz2 file, tar -yxvf file.tar.bz2 often work...
>>>
>> try tar -xvIf file.tar.bz2
>
> not trying to be mean or anything, but after the first reply answered
> his question coreectly why the hell would you answer again with the
> same(almost) answer?
What makes the second answer particularly odd is that to the best of
my knowledge, GNU tar doesn't have a "-I" option. So not only is it
(possibly) redundant, it is also likely to be wrong.
Ashok
--
Ashok Aiyar
RLU #51601
-I and -y are deprecated and will not be supported in future releases. Use
-j for bz2 files.