|
|
How to extract tar.bz2 file - Linux
|
Views : 424
|
|
Tagged in : Linux
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
Extract tar.bz2 file
(*)Open a terminal and type:
tar xvjf filename.tar.bz2
Which will untar it to the current directory.
tar - Tape ARchiver
And the options:
x - extract
v - verbose output (lists all files as they are extracted)
j - deal with bzipped file
f - read from a file, rather than a tape device |
|
By Nirmala, On - 2010-01-21 |
|
|
|