Go Back   Linux Forums by TotalPenguin! Get linux Help! > Linux > Linux General

Linux General Any questions that are not covered by other forums go here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-24-2008, 01:53 PM
Senior Member
 
Join Date: Jan 2007
Posts: 140
Wanch is on a distinguished road
Default Unzip tar.bz2

How do I unzip/extract a .bz2 file in Linux? What does bz2 even stand for. I've never heard of this compression format.
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 07-24-2008, 02:36 PM
Super Moderator
 
Join Date: Dec 2007
Location: Denmark
Posts: 273
v0id is on a distinguished road
Send a message via MSN to v0id
Default

Code:
$ tar jxvf archive.tar.bz2
j - The actual bz2-part. In older versions you might have you use a lowercase 'i', I.
x - Extract
v - Verbose mode
f - File (which in our case is, archive.tar.bz2)
Reply With Quote
Reply

Tags
tar.bz2

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 05:06 AM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.