[zip]Linux 如何解壓縮切割的zip檔

回覆文章
schumi
Site Admin
文章: 696
註冊時間: 2004-04-15 14:30:34

[zip]Linux 如何解壓縮切割的zip檔

文章 schumi »

http://www.hendra-k.net/how-to-extract- ... files.html

代碼: 選擇全部

cat zipfiles.* > zipfiles-full.zip
zip -F zipfiles-full.zip
unzip zipfiles-full.zip
here the description for these command above :

hendra-k@server $ cat zipfiles.* > zipfiles-full.zip
= merging those file into one full zipped file

hendra-k@server $ zip -F zipfiles-full.zip
= Fixing the archive of the overall zipped files

hendra-k@server $ unzip zipfiles-full.zip
= Extract the full zipped fil
回覆文章

回到「Linux」