Próbuję rozpakować plik zip, ale wystąpił błąd:
$ unzip COCR2_100.zip
Archive: COCR2_100.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
note: COCR2_100.zip may be a plain executable, not an archive
unzip: cannot find zipfile directory in one of COCR2_100.zip or
COCR2_100.zip.zip, and cannot find COCR2_100.zip.ZIP, period.
Poszukałem google, ale nie znalazłem rozwiązania. Zastanawiałem się, dlaczego tak jest i jak powinienem to naprawić? Dzięki!
Plik zip można pobrać z COCR2_100 . Jest to aplikacja, a tutaj jest jej strona internetowa http://users.belgacom.net/chardic/cocr2.html .
Mój system operacyjny to 10.10.
jar xvf archive.zip
lub spróbuj naprawić archiwum za pomocą zip -F archive.zip -O archive-fixed.zip
(lub -FF
zobacz man zip
).