You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
462 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

zipsplit
===
将较大的zip压缩包分割成各个较小的压缩包
## 说明
**zipsplit命令** 用于将较大的“zip”压缩包分割成各个较小的“zip”压缩包。
### 语法
```
zipsplit(选项)(参数)
```
```
-n指定分割后每个zip文件的大小
-t报告将要产生的较小的zip文件的大小
-b指定分割后的zip文件的存放位置。
```
### 参数
文件指定要分割的zip压缩包。