Linux: Difference between revisions

206 bytes added ,  31 March 2020
Line 255: Line 255:
7z x <file> [-o{dir}]
7z x <file> [-o{dir}]
</syntaxhighlight>
</syntaxhighlight>
===zip/unzip===
Note that p7zip-full also includes the ability to zip/unzip .zip files.<br>
;Zip a folder
<code>zip -r file.zip folder</code>
;Unzip an archive
<code>unzip file.zip [-d destination]</code>


==Dual Booting==
==Dual Booting==