|
Home > Archive > Unix administration > June 2004 > uncompress zip file on linux?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
uncompress zip file on linux?
|
|
|
| If it's possible, what's the command that can be used to uncompress
zip files?
This is Linux 2.4.20-8smp #1 SMP Thu Mar 13 17:45:54 EST 2003 i686
i686 i386 GNU/Linux.
Thanks,
Bing
| |
| Lew Pitcher 2004-06-09, 4:52 pm |
| -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Bing wrote:
> If it's possible, what's the command that can be used to uncompress
> zip files?
unzip(1)
UNZIP(1L) UNZIP(1L)
NAME
unzip - list, test and extract compressed files in a ZIP
archive
SYNOPSIS
unzip [-Z] [-cflptuvz[abjnoqsCLMVX$/:]] file[.zip]
[file(s) ...] [-x xfile(s) ...] [-d exdir]
DESCRIPTION
unzip will list, test, or extract files from a ZIP
archive, commonly found on MS-DOS systems. The default
behavior (with no options) is to extract into the current
directory (and subdirectories below it) all files from the
specified ZIP archive. A companion program, zip(1L), cre-
ates ZIP archives; both programs are compatible with
archives created by PKWARE's PKZIP and PKUNZIP for MS-DOS,
but in many cases the program options or default behaviors
differ.
....
SEE ALSO
funzip(1L), zip(1L), zipcloak(1L), zipgrep(1L), zip-
info(1L), zipnote(1L), zipsplit(1L)
URL
The Info-ZIP home page is currently at
http://www.info-zip.org/pub/infozip/
or
ftp://ftp.info-zip.org/pub/infozip/ .
AUTHORS
The primary Info-ZIP authors (current semi-active members
of the Zip-Bugs workgroup) are: Greg ``Cave Newt''
Roelofs (UnZip); Onno van der Linden (Zip); Jean-loup
Gailly (compression); Mark Adler (decompression, fUnZip);
Christian Spieler (UnZip maintance coordination, VMS, MS-
DOS, Windows 95, NT, shared code, general Zip and UnZip
integration and optimization); Mike White (Windows GUI,
Windows DLLs); Kai Uwe Rommel (OS/2); Paul Kienitz (Amiga,
Windows 95); Chris Herborth (BeOS, QNX, Atari); Jonathan
Hudson (SMS/QDOS); Sergio Monesi (Acorn RISC OS); Harald
Denker (Atari, MVS); John Bush (Solaris, Amiga); Hunter
Goatley (VMS); Steve Salisbury (Windows 95, NT); Steve
Miller (Windows CE GUI), Johnny Lee (MS-DOS, Windows 95,
NT); and Dave Smith (Tandem NSK). The author of the orig-
inal unzip code upon which Info-ZIP's was based is Samuel
H. Smith; Carl Mascott did the first Unix port; and David
P. Kirschbaum organized and led Info-ZIP in its early
days with Keith Petersen hosting the original mailing list
at WSMR-SimTel20. The full list of contributors to UnZip
has grown quite large; please refer to the CONTRIBS file
in the UnZip source distribution for a relatively complete
version.
> This is Linux 2.4.20-8smp #1 SMP Thu Mar 13 17:45:54 EST 2003 i686
> i686 i386 GNU/Linux.
>
> Thanks,
>
> Bing
- --
Lew Pitcher, IT Consultant, Enterprise Application Architecture
Enterprise Technology Solutions, TD Bank Financial Group
(Opinions expressed here are my own, not my employer's)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (MingW32)
iD8DBQFAx06QagVFX4UWr64RAgqiAJ0ZjiALmsOy
bE3WwuDqfTipWe45qACfaK26
7SWRweQlA1HUQyE76IAfhZ8=
=e0oy
-----END PGP SIGNATURE-----
|
|
|
|
|