[Techtalk] decompressing tar.bz2 files

John Clarke johnc+linuxchix at kirriwa.net
Sun Sep 26 12:23:21 EST 2004


On Sat, Sep 25, 2004 at 09:11:54 -0500, ed orphan wrote:

> tar -vxj rp9codecs-20040626.tar.bz2  does
> nothing at all. 

You're missing '-f'.  Try tar -vxjf rp9codecs-20040626.tar.bz2 instead.

> tar -x rp9codecs-20040626.tar  does nothing.
> It just hangs.  Same with a tar -t command.

Same again, you need to use '-f' to give tar a filename.


Cheers,

John
-- 
I'm proud to be an old-fashioned bigoted unixoid.  They'll take my
keyboard away from me when they pry it from the shattered skulls of my
enemies.
            -- Mark 'Kamikaze' Hughes


More information about the Techtalk mailing list