Tar.bz2: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
(New page: To extract a .tar.bz2 file use the following command. <pre> tar -jxvf file </pre> Category : Linux)
 
No edit summary
 
(One intermediate revision by the same user not shown)
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