内容纲要
先把小文件合并成大文件,推荐使用
zip -F document.zip --output big_document.zip unzip big_document.zip
用cat命令开头的文件可能会出现意料之外的错误
参考连接 https://stackoverflow.com/questions/36807921/unzipping-the-multipart-file-bad-zipfile-offset-local-header-sig-4
先把小文件合并成大文件,推荐使用
zip -F document.zip --output big_document.zip unzip big_document.zip
用cat命令开头的文件可能会出现意料之外的错误
参考连接 https://stackoverflow.com/questions/36807921/unzipping-the-multipart-file-bad-zipfile-offset-local-header-sig-4
留言