繁体   English   中英

解压缩后,该zipfile如何将消息打印到控制台?

[英]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

技巧是将“注释”放在该.tmp文件的末尾,该文件由zipnote命令读回到.zip

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM