<?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: gunzip question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gunzip-question/m-p/3595946#M232133</link>
    <description>hy,&lt;BR /&gt;&lt;BR /&gt;# gzip -d &lt;NAME file=""&gt;&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;# gunzip &lt;NAME file=""&gt;&lt;BR /&gt;&lt;BR /&gt;DM.&lt;/NAME&gt;&lt;/NAME&gt;</description>
    <pubDate>Wed, 03 Aug 2005 15:39:13 GMT</pubDate>
    <dc:creator>mirco_1</dc:creator>
    <dc:date>2005-08-03T15:39:13Z</dc:date>
    <item>
      <title>gunzip question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gunzip-question/m-p/3595943#M232130</link>
      <description>Trying to gunzip a file. Getting this error:&lt;BR /&gt;&lt;BR /&gt;gunzip: sx.gz has more than one entry -- unchanged&lt;BR /&gt;&lt;BR /&gt;How do we gunzip this file.? &lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;</description>
      <pubDate>Wed, 03 Aug 2005 12:00:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gunzip-question/m-p/3595943#M232130</guid>
      <dc:creator>roger_122</dc:creator>
      <dc:date>2005-08-03T12:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: gunzip question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gunzip-question/m-p/3595944#M232131</link>
      <description>Roger,&lt;BR /&gt;&lt;BR /&gt;From the man page:&lt;BR /&gt;&lt;BR /&gt;"To extract zip files with several members, use unzip instead of gunzip."&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 03 Aug 2005 12:05:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gunzip-question/m-p/3595944#M232131</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-08-03T12:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: gunzip question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gunzip-question/m-p/3595945#M232132</link>
      <description>If it is a .gz file, you might want to user the newer version og gunxip&lt;BR /&gt;thanks &lt;BR /&gt;DP</description>
      <pubDate>Wed, 03 Aug 2005 14:33:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gunzip-question/m-p/3595945#M232132</guid>
      <dc:creator>Devesh Pant_1</dc:creator>
      <dc:date>2005-08-03T14:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: gunzip question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gunzip-question/m-p/3595946#M232133</link>
      <description>hy,&lt;BR /&gt;&lt;BR /&gt;# gzip -d &lt;NAME file=""&gt;&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;# gunzip &lt;NAME file=""&gt;&lt;BR /&gt;&lt;BR /&gt;DM.&lt;/NAME&gt;&lt;/NAME&gt;</description>
      <pubDate>Wed, 03 Aug 2005 15:39:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gunzip-question/m-p/3595946#M232133</guid>
      <dc:creator>mirco_1</dc:creator>
      <dc:date>2005-08-03T15:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: gunzip question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gunzip-question/m-p/3595947#M232134</link>
      <description>It seems ur file is a gzip file created from a tar file . Try 'gunzip sx.gz' and see what it gives . OR use 'zcat sx.gz | tar xvf -' if u r sure that it is a gziped tar file .</description>
      <pubDate>Wed, 03 Aug 2005 23:01:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gunzip-question/m-p/3595947#M232134</guid>
      <dc:creator>Bejoy C Alias</dc:creator>
      <dc:date>2005-08-03T23:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: gunzip question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gunzip-question/m-p/3595948#M232135</link>
      <description>You can also try the GNU gzip.&lt;BR /&gt;&lt;BR /&gt;It has many advanced options.</description>
      <pubDate>Thu, 04 Aug 2005 00:07:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gunzip-question/m-p/3595948#M232135</guid>
      <dc:creator>Vibhor Kumar Agarwal</dc:creator>
      <dc:date>2005-08-04T00:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: gunzip question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gunzip-question/m-p/3595949#M232136</link>
      <description>Hi Roger&lt;BR /&gt;&lt;BR /&gt;Syntax is &lt;BR /&gt;&lt;BR /&gt;#gunzip &lt;FILE name="" with="" extension=""&gt;&lt;BR /&gt;&lt;BR /&gt;Unzipped file will be seen in same directory&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Mahesh&lt;/FILE&gt;</description>
      <pubDate>Thu, 04 Aug 2005 06:03:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gunzip-question/m-p/3595949#M232136</guid>
      <dc:creator>Mahesh Kumar Malik</dc:creator>
      <dc:date>2005-08-04T06:03:51Z</dc:date>
    </item>
  </channel>
</rss>

