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.
我正在编写一个 shell 脚本,当您执行“右键单击 - > 压缩”时,该脚本需要使用从 Mac GUI 设置的相同选项来压缩目录。据我了解,同上是适合这项工作的工具,但是除了“-c”之外,我还需要传递哪些标志?我试过原始的“-c”和“-c -k”,右键单击都给出了不同的结果。
根据“人同上”,
命令:
ditto -c -k --sequesterRsrc --keepParent src_directory archive.zip
将创建一个类似于 Finder 的压缩功能的 PKZip 存档。