Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/unix/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Linux 此zipfile在';拉链拉了吗?_Linux_Unix_Command Line Interface_Unzip - Fatal编程技术网

Linux 此zipfile在';拉链拉了吗?

Linux 此zipfile在';拉链拉了吗?,linux,unix,command-line-interface,unzip,Linux,Unix,Command Line Interface,Unzip,我从FontSpace.com下载了一种字体 并使用解压my_font.zip 随后印发了以下文件: Archive: kimberly-geswein_just-realize.zip _____ _ ____ | ___|__ _ __ | |_/ ___| _ __ __ _ ___ ___ | |_ / _ \| '_ \| __\___ \| '_ \ / _` |/ __/ _ \ |

我从FontSpace.com下载了一种字体

并使用
解压my_font.zip

随后印发了以下文件:

Archive:  kimberly-geswein_just-realize.zip

  _____           _   ____                       
 |  ___|__  _ __ | |_/ ___| _ __   __ _  ___ ___ 
 | |_ / _ \| '_ \| __\___ \| '_ \ / _` |/ __/ _ \
 |  _| (_) | | | | |_ ___) | |_) | (_| | (_|  __/
 |_|  \___/|_| |_|\__|____/| .__/ \__,_|\___\___|.com
                           |_|                   

    Visit us at http://www.fontspace.com for more
    information on this font, or for thousands of 
    more fonts!


  inflating: JustRealize.ttf         
  inflating: JustRealizeBold.ttf     
 extracting: KGFonts-TOU.txt         

这是如何实现的?我不是指解压,我是指广告的印刷

在命令行上,您可以使用
zipnote
命令执行此操作,该命令通常与
zip
命令一起提供

从手册页:

Example:
     zipnote foo.zip > foo.tmp
     ed foo.tmp
     ... then you edit the comments, save, and exit ...
     zipnote -w foo.zip < foo.tmp
示例:
zipnote foo.zip>foo.tmp
ed foo.tmp
... 然后编辑注释,保存并退出。。。
zipnote-w foo.zip
诀窍是将“注释”放在
.tmp
文件的末尾,该文件通过
zipnote
命令读回
.zip