Decompress multiple compressed files method: first merge, and then decompress
Windows:
Win + R, enter CMD, then enter the CMD terminal, CD to the compressed file directory, and then merge with the following command.
copy /B xxx.zip.001 + xxx.zip.002 + xxx.zip.003 1.zip
Decompress the generated 1. Zip
Note: the space and + sign in the middle
Linux:cat xxx.tar.gz* >& gt; xxx.tar.gz
Decompress the generated xxx.tar.gz:
tar -zxvpf xxx.tar.gz
Note: the compressed name corresponding to the transposition of XXX
Read More:
- Java uses ZipFile to decompress the zip file and runs normally under Windows. Linux reports an error
- There is a problem decompressing the zip file: an error occurred while extracting files
- Idea introduces dependency and starts jar error in opening zip file
- tar.gz and tar.bz2 Unzip command
- Error in dex2jar decompilation apk error.zip The solution of
- Maven compilation error Checksum validation failed, error in opening zip file
- Zip to decompress the jar package, like the add file in the jar package
- Method of modifying file and folder permission by Chmod command in Linux
- [error record] the tinker hot fix example runs with an error (patch receive fail: / storage / simulated / 0 / patch)_ signed_ 7zip.apk, code: -2)
- When a system is deployed on weblogic12.2.1.3, it reports an error “IllegalStateException zip file closed”. When it is deployed on weblogic12.2.1.2, it does not report an error and can be accessed normally.
- Linux use ls to view the file color is all white solution, and Linux file color introduction
- The bash file written by windows runs in Linux system error
- Linux’s method of clearing DNS cache and refreshing DNS in shell terminal (Ubuntu, Debian)
- PHP in Windows combined with bat batch processing to achieve multi process verification proxy server function
- How to Fix ”is not in the sudoers file“ in Linux
- Export and import method of MySQL under Linux
- Alpine Linux executable file crash report error / lib / x86 not found_ 64 Linux GNU / libc.so solution
- FTP prompt in Linux — 553 could not create file (absolutely useful)
- Linux update Python method and error handling
- Import / export. SQL file / gzip file for MySQL under Linux