zip 压缩文件 unzip查看zip压缩包内的内容

Posted 运维工匠实战(如果发现有错误请大家把正确的方法发送给我,方便

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了zip 压缩文件 unzip查看zip压缩包内的内容相关的知识,希望对你有一定的参考价值。

 

 

[[email protected] tmp]# zip -r new.zip ./*
  adding: gitlab_key_file20161001-2668-1eu44mv (deflated 15%)
  adding: RackMultipart20161001-8364-1ldbh6x (stored 0%)
  adding: yum.log (stored 0%)
  adding: yum_save_tx-2016-10-01-03-280Ma56P.yumtx (deflated 35%)
[[email protected] tmp]# ls
gitlab_key_file20161001-2668-1eu44mv  new.zip  RackMultipart20161001-8364-1ldbh6x  yum.log  yum_save_tx-2016-10-01-03-280Ma56P.yumtx
[[email protected] tmp]# unzip -v new.zip
Archive:  new.zip
 Length   Method    Size  Cmpr    Date    Time   CRC-32   Name
--------  ------  ------- ---- ---------- ----- --------  ----
     389  Defl:N      329  15% 10-01-2016 04:35 5f2f2930  gitlab_key_file20161001-2668-1eu44mv
    7501  Stored     7501   0% 10-01-2016 06:43 d3deb9a3  RackMultipart20161001-8364-1ldbh6x
       0  Stored        0   0% 09-25-2016 23:25 00000000  yum.log
     323  Defl:N      211  35% 10-01-2016 03:28 4d9e15d3  yum_save_tx-2016-10-01-03-280Ma56P.yumtx
--------          -------  ---                            -------
    8213             8041   2%                            4 file

 

以上是关于zip 压缩文件 unzip查看zip压缩包内的内容的主要内容,如果未能解决你的问题,请参考以下文章

Linux 解压zip文件详解之unzip命令!

zip压缩工具 tar打包并压缩

linux压缩命令之zip总结

linux基础命令之unzip

zip压缩和unzip解压缩

Linux学习笔记第四周第五次课(3月2日)