Difference between revisions of "Compression"

From RHS Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
== 7z ==
 
== 7z ==
  p7zip-full
+
  sudo apt install p7zip-full
 
  7z x -so yourfile.tar.7z | tar xf - -C target_dir
 
  7z x -so yourfile.tar.7z | tar xf - -C target_dir
 +
 
== [[Linux command: tar|tar]] ==
 
== [[Linux command: tar|tar]] ==

Revision as of 19:09, 22 January 2019

7z

sudo apt install p7zip-full
7z x -so yourfile.tar.7z | tar xf - -C target_dir

tar