zip 的参数 -xi 起什么作用?

zip 的参数 -xi 起什么作用?

在 Windows 上使用 zip 命令时,参数-xi起什么作用?

C:\Users\mspg>zip
Copyright (C) 1990-2005 Info-ZIP
Type 'zip "-L"' for software license.
Zip 2.31 (March 8th 2005). Usage:
zip [-options] [-b path] [-t mmddyyyy] [-n suffixes] [zipfile list] [-xi list]

另外,我该如何使用它?

C:\temp>zip b.zip -xi a.txt 1>helloWorld.log
zip error: Invalid command arguments (nothing to select from)

答案1

没有实际-xi选项。[-xi list]文档中的 只是(令人困惑的)简写[-x list] [-i list]- 两个单独的可能选项。

相关内容