Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要找到时区数据文件格式。所以我需要文件实用程序源代码来将可执行文件移植到我们的板上。
不,你没有。该file实用程序只知道如何快速识别文件——即确定这是图像、文本文件、ODT 文件等所需的最少信息(所谓的“魔术”) . 认为它知道的远不止这些是错误的。
file
相反,您应该查看“tzfile”手册页,因为它是关于时区文件格式的。它非常准确地描述了它。