http://unix.stackexchange.com/questions/40480/how-to-unzip-a-multipart-spanned-zip-on-linux
cat test.zip* > ~/test.zip
이렇게 한후에 unzip test.zip하면 되어요.
다음검색
http://unix.stackexchange.com/questions/40480/how-to-unzip-a-multipart-spanned-zip-on-linux
cat test.zip* > ~/test.zip
이렇게 한후에 unzip test.zip하면 되어요.