I'm passing the F flag to zipsplit to try to fix a zip file however I get the following warning:

zipsplit -F photos_test.zip
zipsplit error: Invalid command arguments (Use option -h for help.)

What's wrong ? Do I simply not have such parameter in my zipsplit ?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

From the zipsplit(1) man page:

SYNOPSIS  
   zipsplit [-t] [-i] [-p] [-s] [-n size] [-r room] [-b path] [-h] [-v] [-L] zipfile

So, no.

link|improve this answer
ok. So, is there no option to fix compressed zip files ? – Patrick Apr 19 '11 at 7:50
Not in zipsplit. zip has one though. – Ignacio Vazquez-Abrams Apr 19 '11 at 7:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.