<?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: gzip not working.. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-not-working/m-p/4290826#M336799</link>
    <description>hi Kevin,&lt;BR /&gt;&lt;BR /&gt;its wrkng for me nw thanks...........:)</description>
    <pubDate>Tue, 21 Oct 2008 06:44:29 GMT</pubDate>
    <dc:creator>chindi</dc:creator>
    <dc:date>2008-10-21T06:44:29Z</dc:date>
    <item>
      <title>gzip not working..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-not-working/m-p/4290822#M336795</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;m getting the following error one one of my server,&lt;BR /&gt;&lt;BR /&gt;root #/home/md &amp;gt;gzip *&lt;BR /&gt;gzip: invalid option --&lt;BR /&gt;gzip 1.3.5&lt;BR /&gt;(2002-09-30)&lt;BR /&gt;usage: gzip [-cdfhlLnNrtvV19] [-S suffix] [file ...]&lt;BR /&gt; -c --stdout      write on standard output, keep original files unchanged&lt;BR /&gt; -d --decompress  decompress&lt;BR /&gt; -f --force       force overwrite of output file and compress links&lt;BR /&gt; -h --help        give this help&lt;BR /&gt; -l --list        list compressed file contents&lt;BR /&gt; -L --license     display software license&lt;BR /&gt; -n --no-name     do not save or restore the original name and time stamp&lt;BR /&gt; -N --name        save or restore the original name and time stamp&lt;BR /&gt; -q --quiet       suppress all warnings&lt;BR /&gt; -r --recursive   operate recursively on directories&lt;BR /&gt; -S .suf  --suffix .suf     use suffix .suf on compressed files&lt;BR /&gt; -t --test        test compressed file integrity&lt;BR /&gt; -v --verbose     verbose mode&lt;BR /&gt; -V --version     display version number&lt;BR /&gt; -1 --fast        compress faster&lt;BR /&gt; -9 --best        compress better&lt;BR /&gt; file...          files to (de)compress. If none given, use standard input.&lt;BR /&gt;Report bugs to &lt;BUG-GZIP&gt;.&lt;BR /&gt;&lt;BR /&gt;do i need to update  my gzip software ??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;rx6600&lt;BR /&gt;hpux 11i v2 march 2008&lt;BR /&gt;16 gb ram&lt;BR /&gt;&lt;/BUG-GZIP&gt;</description>
      <pubDate>Tue, 21 Oct 2008 05:26:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gzip-not-working/m-p/4290822#M336795</guid>
      <dc:creator>chindi</dc:creator>
      <dc:date>2008-10-21T05:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: gzip not working..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-not-working/m-p/4290823#M336796</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Did you tried with the full path&lt;BR /&gt;$ whereis gzip&lt;BR /&gt;gzip: /usr/contrib/bin/gzip /usr/contrib/man/man1.Z/gzip.1&lt;BR /&gt;&lt;BR /&gt;/usr/contrib/bin/gzip * or *.*&lt;BR /&gt;&lt;BR /&gt;If directory will be there then you will get a error message like&lt;BR /&gt;$ /usr/contrib/bin/gzip *&lt;BR /&gt;gzip: sap is a directory -- ignored&lt;BR /&gt;&lt;BR /&gt;for unzip &lt;BR /&gt;&lt;BR /&gt;/usr/contrib/bin/gzip -d *.*&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Tue, 21 Oct 2008 06:05:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gzip-not-working/m-p/4290823#M336796</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2008-10-21T06:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: gzip not working..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-not-working/m-p/4290824#M336797</link>
      <description>I ran into this once with a version of gzip.  Can't recall which rev...too long ago.&lt;BR /&gt;&lt;BR /&gt;I believe the work around was either &lt;BR /&gt;&lt;BR /&gt;gzip ./* &lt;BR /&gt;or&lt;BR /&gt;gzip ./&lt;BR /&gt;or &lt;BR /&gt;gzip /full/path&lt;BR /&gt;&lt;BR /&gt;Point is the * on it's own wasn't interpretted correctly.&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Tue, 21 Oct 2008 06:09:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gzip-not-working/m-p/4290824#M336797</guid>
      <dc:creator>OFC_EDM</dc:creator>
      <dc:date>2008-10-21T06:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: gzip not working..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-not-working/m-p/4290825#M336798</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;the same version is running without problems at my 11.11.&lt;BR /&gt;Maybe the list of '*' is too long?&lt;BR /&gt;I would try to specify the filename more.&lt;BR /&gt;For example 'a*' - or do as Kevin suggested.&lt;BR /&gt;&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Oct 2008 06:16:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gzip-not-working/m-p/4290825#M336798</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2008-10-21T06:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: gzip not working..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-not-working/m-p/4290826#M336799</link>
      <description>hi Kevin,&lt;BR /&gt;&lt;BR /&gt;its wrkng for me nw thanks...........:)</description>
      <pubDate>Tue, 21 Oct 2008 06:44:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gzip-not-working/m-p/4290826#M336799</guid>
      <dc:creator>chindi</dc:creator>
      <dc:date>2008-10-21T06:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: gzip not working..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-not-working/m-p/4290827#M336800</link>
      <description>&amp;gt;Kevin: Point is the * on it's own wasn't interpreted correctly.&lt;BR /&gt;&lt;BR /&gt;Yes this will fail if there is a file that starts with "-".&lt;BR /&gt;You might be able to get it to work with:&lt;BR /&gt;gzip -- *&lt;BR /&gt;&lt;BR /&gt;Unfortunately "--" doesn't work for "-":&lt;BR /&gt;gzip: compressed data not written to a terminal. Use -f to force compression.</description>
      <pubDate>Tue, 21 Oct 2008 07:02:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gzip-not-working/m-p/4290827#M336800</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-10-21T07:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: gzip not working..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-not-working/m-p/4290828#M336801</link>
      <description>Ok Denis thanks for the valuable info ...</description>
      <pubDate>Tue, 21 Oct 2008 07:05:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gzip-not-working/m-p/4290828#M336801</guid>
      <dc:creator>chindi</dc:creator>
      <dc:date>2008-10-21T07:05:09Z</dc:date>
    </item>
  </channel>
</rss>

