linux archive filesystem like commands
作者:互联网
zip
- ls
`` - create
zip xx
- extract/copy/tree
unzip xx
tar
- extract to .
tar -xf xx
xz
- extract/mv
xz -d xx
gz
- extract/mv
gz -d xx
7z
-
ls
7z l xx
-
add/copy/tree
7z a xx.7z [dir]
-
extract/copy/tree
7z x xx.7z xx/xx
-
extract/copy
7z e xx.7z xx/xx
标签:commands,like,xx.7,tree,xx,filesystem,copy,extract,7z 来源: https://www.cnblogs.com/q-z-lin/p/16363275.html