<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Unzip in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip/m-p/4085224#M309650</link>
    <description># /PATH_to_zip/unzip file.zip</description>
    <pubDate>Fri, 12 Oct 2007 05:13:28 GMT</pubDate>
    <dc:creator>Robert-Jan Goossens</dc:creator>
    <dc:date>2007-10-12T05:13:28Z</dc:date>
    <item>
      <title>Unzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip/m-p/4085219#M309645</link>
      <description>how to unzip the folder .zip extension in unix.&lt;BR /&gt;&lt;BR /&gt;sorry for this silly question,</description>
      <pubDate>Fri, 12 Oct 2007 05:01:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip/m-p/4085219#M309645</guid>
      <dc:creator>Indrajit Bhagat</dc:creator>
      <dc:date>2007-10-12T05:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Unzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip/m-p/4085220#M309646</link>
      <description>Install the unzip software&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Misc/unzip-5.52/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Misc/unzip-5.52/&lt;/A&gt;</description>
      <pubDate>Fri, 12 Oct 2007 05:05:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip/m-p/4085220#M309646</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2007-10-12T05:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Unzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip/m-p/4085221#M309647</link>
      <description>Install unzip - &lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Misc/unzip-5.52/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Misc/unzip-5.52/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Fri, 12 Oct 2007 05:05:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip/m-p/4085221#M309647</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2007-10-12T05:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Unzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip/m-p/4085222#M309648</link>
      <description>i have allready installed the software,&lt;BR /&gt;just i want to know the commands.</description>
      <pubDate>Fri, 12 Oct 2007 05:08:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip/m-p/4085222#M309648</guid>
      <dc:creator>Indrajit Bhagat</dc:creator>
      <dc:date>2007-10-12T05:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Unzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip/m-p/4085223#M309649</link>
      <description>SYNOPSIS&lt;BR /&gt; unzip [-Z] [-cflptuvz[abjnoqsCLMVX$/:]] file[.zip] [file(s) ...] [-x xfile(s) ...] [-d exdir]&lt;BR /&gt;&lt;BR /&gt;DESCRIPTION&lt;BR /&gt; 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), creates 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.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Does that help?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 12 Oct 2007 05:10:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip/m-p/4085223#M309649</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2007-10-12T05:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Unzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip/m-p/4085224#M309650</link>
      <description># /PATH_to_zip/unzip file.zip</description>
      <pubDate>Fri, 12 Oct 2007 05:13:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip/m-p/4085224#M309650</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2007-10-12T05:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Unzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip/m-p/4085225#M309651</link>
      <description>"unzip -h" is also popular.  "man unzip"&lt;BR /&gt;may also be informative, if the documentation&lt;BR /&gt;was installed.</description>
      <pubDate>Fri, 12 Oct 2007 09:21:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip/m-p/4085225#M309651</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-10-12T09:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Unzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip/m-p/4085226#M309652</link>
      <description>You can list the files with: unzip -l file.zip</description>
      <pubDate>Sat, 13 Oct 2007 23:34:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip/m-p/4085226#M309652</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-10-13T23:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip/m-p/4085227#M309653</link>
      <description>Do you know, we have one command gunzip in HP-ux. try this.&lt;BR /&gt;&lt;BR /&gt;# gunzip &lt;ZIPPED file=""&gt;&lt;/ZIPPED&gt;</description>
      <pubDate>Sun, 14 Oct 2007 04:55:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip/m-p/4085227#M309653</guid>
      <dc:creator>SKSingh_1</dc:creator>
      <dc:date>2007-10-14T04:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip/m-p/4085228#M309654</link>
      <description>&amp;gt;SKSingh: we have one command gunzip in HP-UX. try this.  gunzip &lt;ZIPPED file=""&gt;&lt;BR /&gt;&lt;BR /&gt;gunzip will work on zipped files but it will only extract the first file.  To work properly you need unzip.&lt;BR /&gt;Here is another thread about zip/unzip:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1130788" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1130788&lt;/A&gt;&lt;/ZIPPED&gt;</description>
      <pubDate>Thu, 18 Oct 2007 21:41:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip/m-p/4085228#M309654</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-10-18T21:41:17Z</dc:date>
    </item>
  </channel>
</rss>

