linux - unzip

Post Reply
Message
Author
didi

linux - unzip

#1 Post by didi »

Hallo
ich erhalte beim entpacken von multi-part archiven folgende meldung:

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: LW3884C.exe may be a plain executable, not an archive
unzip: cannot find zipfile directory in one of LW3884C.exe or
LW3884C.exe.zip, and cannot find LW3884C.exe.ZIP, period.


erstellt wurde das ganze (.exe, .z02 und .zip) mit pkzip. wird nur eine .exe erstellt kann ich diese problemlos auspacken.

weiss jemand rat?

mille gracie

Klaus Schäfer

Re: linux - unzip

#2 Post by Klaus Schäfer »

cat datei1 > file.zip
cat datei2 >> file.zip usw - alle Dateien hintereinander in eine Datei schreiben.
Dann funktioniert es

didi

Re: linux - unzip

#3 Post by didi »

danke, funzt wia d'sau

ratte

Re: linux - unzip

#4 Post by ratte »

cat datei*.zip > file.zip

...funktioniert auch, weil die shell die wildcard in "datei1.zip datei2.zip" aufloest.

...nur so nebenbei... <img src="http://www.pl-forum.de/UltraBoard/Images/Wilk.gif" border="0" align="middle">

ratte

Post Reply