How to unzip a multipart (spanned) ZIP on Linux

You will need to join them first:

cat test.zip* > test.zip
This will concatenate all of your test.zip.001, test.zip.002, etc files into one larger, test.zip file.

Once you have that single file, you may run:
unzip test.zip