The reason is that the zip file is too large to be extracted directly by using the command unzip name.zip.
Solutions:
1. See the blog on CSDN that jar XVF full.zip is used for decompression, and the actual measurement can be done;
One stateoverflow option is
Solutions:
1. See the blog on CSDN that jar XVF full.zip is used for decompression, and the actual measurement can be done;
One stateoverflow option is
zip-f file.zip --out file-large.zip
and then use the command unzip file-large.zip
.