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.
我打算在我的 ubuntu 操作系统上将一些文件打包成一个 zip 文件。例如,我有文件 a、b 和 c。我想将它们放入一个 new.zip 文件中。但这些文件必须在 zip 文件中重命名为 a1、b1 和 c1。有什么建议么。谢谢。
你可以使用 zipnote。使用此命令:
echo -e "@ myOldFileName.txt\n@=myNewFileName.txt" | zipnote -w myzip.zip