Re: Umlaute beim Auspacken von Windows-Archiven



Sven Roeseler <svero@xxxxxxxxxxxxxx> wrote:

Also "mein" UnZip 5.52 unter Ubuntu 7.10 kennt die Argumente "-I
<Charset>" und "-O <Charset>" auch. In der Manpage gibt es bei mir
allerdings kein Hinweis auf diese. Nur beim Aufruf von "unzip --help".

--($:~)-- unzip --help | grep -- -I
--(askwar@winnb000488)-(41/pts/10)-(09:00:31/2007-06-22)--
--($:~)-- unzip --help | grep -- -O
--(askwar@winnb000488)-(42/pts/10)-(09:00:32/2007-06-22)--
--($:~)-- unzip --version
caution: both -n and -o specified; ignoring -o
UnZip 5.52 of 28 February 2005, by Info-ZIP. Maintained by C. Spieler. Send
bug reports using http://www.info-zip.org/zip-bug.html; see README for details.

Usage: unzip [-Z] [-opts[modifiers]] file[.zip] [list] [-x xlist] [-d exdir]
Default action is to extract files in list, except those in xlist, to exdir;
file[.zip] may be a wildcard. -Z => ZipInfo mode ("unzip -Z" for usage).

-p extract files to pipe, no messages -l list files (short format)
-f freshen existing files, create none -t test compressed archive data
-u update files, create if necessary -z display archive comment
-x exclude files that follow (in xlist) -d extract files into exdir

modifiers: -q quiet mode (-qq => quieter)
-n never overwrite existing files -a auto-convert any text files
-o overwrite files WITHOUT prompting -aa treat ALL files as text
-j junk paths (do not make directories) -v be verbose/print version info
-C match filenames case-insensitively -L make (some) names lowercase
-X restore UID/GID info -V retain VMS version numbers
-K keep setuid/setgid/tacky permissions -M pipe through "more" pager
Examples (see unzip.txt for more info):
unzip data1 -x joe => extract all files except joe from zipfile data1.zip
unzip -p foo | more => send contents of foo.zip via pipe into program more
unzip -fo foo ReadMe => quietly replace existing ReadMe if archive file newer


Auf Gentoo.

Also auch kein -O oder -I.

Alexander Skwar
.



Relevant Pages

  • Re: making unzip.exe a command
    ... To use UNZIP, copy the appropriate image and the .ZIP file, then type the following commands: ... unrecognized command verb - check validity and spelling ... Default action is to extract files in list, except those in xlist, to exdir; ...
    (comp.os.vms)
  • unzip a file on webserver
    ... Please help me find a way to unzip a file on my webserver. ... checked with the hosting company, and they have not installed any ... components that I can use to extract files. ...
    (microsoft.public.frontpage.programming)
  • Re: unzip a file on webserver
    ... You would need to have control over the server and have an unzip utility ... | components that I can use to extract files. ...
    (microsoft.public.frontpage.programming)
  • Re: Help with a 2 gig file
    ... |>except that a) I don't know of a Unix utility to unzip Winzip files, ... |>sure the pipe will bomb out b/c of the file size and c) I don't know how to ... But will unzip write to stdout? ...
    (comp.unix.sco.misc)
  • Re: Want to know when a batch file is done
    ... proc CheckPipe pipe { ... This is because the [chan event] command just registers a command to be called when something interesting happens, and then returns immediately, allowing control to pass to the next command. ... In this case: launching the unzip process, and then cleaning up when it is done: ... proc LaunchUnzip txt { ...
    (comp.lang.tcl)

Loading