Linux: Difference between revisions

208 bytes added ,  28 February 2020
Line 217: Line 217:
;Notes
;Notes
* The machine can be an alias or user@domain
* The machine can be an alias or user@domain
===7z===
7zip CLI<br>
Install with <code>sudo apt install p7zip-full</code>
<syntaxhighlight lang="bash>
# Archive
7z a <output_file> <input_file/folder>
# Extract
7z x <file> [-o{dir}]
</syntaxhighlight>