The solution to the zip I/O error: No such file or directory is implemented in cnetos using the zip command!

zip I/O error:No such file or directory
zip I/O error:No such file or directory
Zip I/O Error: No such file or directory
查看UploadFiles中的目录结构,准备实现压缩目录分拆
Check the directory structure in uploadFiles, ready to implement the compression directory splitting
执行:zip -r 2011.zip 2011*,根据年份来拆分压缩包
Execute: zip -r 2011.zip 2011*, split the compressed package according to the year
将UploadFiles目录中的压缩包根据年份分别进行压缩,得到以年份命名的压缩包
Compress the compressed packages in the uploadFiles directory according to the year to obtain the compressed package named after the year

Note: If the compressed file is too large, the system does not allow it, and does not want to do any other processing, you can split and compress according to the rules of the directory.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.