Open hedes1992 opened 4 years ago
Windows上用7zip就完事了
for file in *.tar.gz; do tar -zxf "$file"; done
cat *.tar & tar -xvf - -i
cat ./test.zip.* > ./test.zip & unzip ./test.zip
7z x ./test.zip.001
cat ./test.tar.* > ./test.tar & tar -xvf ./test.tar
Windows上用7zip就完事了
for file in *.tar.gz; do tar -zxf "$file"; done
cat *.tar & tar -xvf - -i
cat ./test.zip.* > ./test.zip & unzip ./test.zip
7z x ./test.zip.001
cat ./test.tar.* > ./test.tar & tar -xvf ./test.tar