7zip: Difference between revisions

From wikinotes
No edit summary
 
Line 11: Line 11:
<blockquote>
<blockquote>
<source lang="bash">
<source lang="bash">
7z e file.7z  # extract
7z e file.7z       # extract
7z e file.7z out/ # extract to dir
</source>
</source>
</blockquote><!-- Usage -->
</blockquote><!-- Usage -->

Revision as of 20:36, 13 November 2021

7zip is a commandline/gui program to manage various archive formats.

Install

pacman -S p7zip  # archlinux

Usage

7z e file.7z       # extract
7z e file.7z out/  # extract to dir