Tar.bz2: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
m (.tar.bz2 moved to Tar.bz2)
No edit summary
 
Line 1: Line 1:
To extract a .tar.bz2 file use the following command.
To extract a .tar.bz2 file use the following command.
<pre>
<pre>
tar -jxvf file
tar jxvf file
</pre>
</pre>


[[Category : Linux]]
[[Category : Linux]]

Latest revision as of 06:33, 23 January 2008

To extract a .tar.bz2 file use the following command.

tar jxvf file