这个 zip 文件在解压缩时如何向我的控制台打印一条消息?

How does this zipfile print a message to my console when it's unzipped?

我从 FontSpace.com

下载了字体

并使用 unzip 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

诀窍是将 "comment" 放在 .tmp 文件的末尾,该文件由 zipnote 命令读回 .zip