QZLin

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

posted on 2022-08-04 09:14  QZLin  阅读(18)  评论(0编辑  收藏  举报

导航