Linux systems compressed code

  • zip:
    • Packaging: zip something.zip something (catalog please add -r parameter)
    • Unpack: unzip something.zip
    • Specify the path: -d parameter
  • taking:
    • 打包: tar -cf something.tar something
    • 解包:tar -xf something.tar
    • Specify the path: -C parameter

 

Guess you like

Origin www.cnblogs.com/rz123/p/12234333.html