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.
Mozilla 对 Firefox/Thunderbird 中的 omni.ja 使用类似 zip 的方法,如此处所述。在同一篇文章中,他们只列出了用于解压缩的 Windows 工具。
有谁知道可以在 OSX 上解压缩类似 zip 格式的工具(最好是命令行工具)?
我能够按如下方式完成此操作(从命令行)。
mkdir ~/Desktop/omni
unzip omni.ja -d ~/Desktop/omni/
这会将omni.ja 文件中的所有内容膨胀到我创建的目录中。
OS X 10.8.4