uncompress zip file on linux?

Ask a Question related to Linux / Unix Administration, Design and Development.

  1. #1

    Default 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
    Bing Guest

  2. Similar Questions and Discussions

    1. .dbf file with Coldfusion MX 6.1 for Linux
      Hi, I try to use a .dbf file as a database. but I have no idea how to register it to coldfusion. Coldfusion MX 6.1 Enterprise For Linux. Do you...
    2. accessing a pdf file present on linux os on windows
      i want to create some user who can login and access files and tutorials that i keep on my server(linux,samba).i want to have all the logging...
    3. file upload not showing up in /tmp linux
      I'm having huge problems with a web server not putting the uploaded file in the /tmp here is my code can some one please point me in the right...
    4. I can't find the file /usr/src/linux/scripts/modpost but I need it
      I try to test the kernel 2.6-test1 with my nforce2 so when I compile the nvnet driver, i need the file modpost in /lib/modules/2.6xxx/build/scripts...
    5. Correct file handling on Linux
      Lately I have been reviewing how my Perl scripts handles files they write to, as until now I have already taken for granted that it will "just...
  3. #2

    Default Re: uncompress zip file on linux?

    -----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
    [url]http://www.info-zip.org/pub/infozip/[/url]
    or
    [url]ftp://ftp.info-zip.org/pub/infozip/[/url] .

    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)

    iD8DBQFAx06QagVFX4UWr64RAgqiAJ0ZjiALmsOybE3WwuDqfT ipWe45qACfaK26
    7SWRweQlA1HUQyE76IAfhZ8=
    =e0oy
    -----END PGP SIGNATURE-----
    Lew Pitcher Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139