<?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: compressing files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/compressing-files/m-p/4233166#M328922</link>
    <description>Hi Wagar, you can you gzip or compress commands. The most used is gzip.&lt;BR /&gt;&lt;BR /&gt;For further information use man gzip.&lt;BR /&gt;&lt;BR /&gt;This is the command used by me:&lt;BR /&gt;&lt;BR /&gt;#gzip -9 filename&lt;BR /&gt;&lt;BR /&gt;with -9 you have the best compress but the slowest compression method. The default compression level is -6.&lt;BR /&gt;&lt;BR /&gt;Best regards.&lt;BR /&gt;Ernesto&lt;BR /&gt;</description>
    <pubDate>Mon, 14 Jul 2008 12:37:28 GMT</pubDate>
    <dc:creator>Ernesto Cappello</dc:creator>
    <dc:date>2008-07-14T12:37:28Z</dc:date>
    <item>
      <title>compressing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compressing-files/m-p/4233164#M328920</link>
      <description>How can we compress files?</description>
      <pubDate>Mon, 14 Jul 2008 12:26:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compressing-files/m-p/4233164#M328920</guid>
      <dc:creator>Waqar Razi</dc:creator>
      <dc:date>2008-07-14T12:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: compressing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compressing-files/m-p/4233165#M328921</link>
      <description>Have a look at the man page for compress.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 14 Jul 2008 12:33:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compressing-files/m-p/4233165#M328921</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2008-07-14T12:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: compressing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compressing-files/m-p/4233166#M328922</link>
      <description>Hi Wagar, you can you gzip or compress commands. The most used is gzip.&lt;BR /&gt;&lt;BR /&gt;For further information use man gzip.&lt;BR /&gt;&lt;BR /&gt;This is the command used by me:&lt;BR /&gt;&lt;BR /&gt;#gzip -9 filename&lt;BR /&gt;&lt;BR /&gt;with -9 you have the best compress but the slowest compression method. The default compression level is -6.&lt;BR /&gt;&lt;BR /&gt;Best regards.&lt;BR /&gt;Ernesto&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jul 2008 12:37:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compressing-files/m-p/4233166#M328922</guid>
      <dc:creator>Ernesto Cappello</dc:creator>
      <dc:date>2008-07-14T12:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: compressing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compressing-files/m-p/4233167#M328923</link>
      <description>As mentioned by Pete, there is compress(1) and uncompress(1).  And by Ernesto, there is gzip and gunzip, in /usr/contrib/bin/.  This is much better than simple compress.&lt;BR /&gt;You could also download zip/unzip.</description>
      <pubDate>Mon, 14 Jul 2008 12:44:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compressing-files/m-p/4233167#M328923</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-07-14T12:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: compressing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compressing-files/m-p/4233168#M328924</link>
      <description>&amp;gt; How can we compress files?&lt;BR /&gt;&lt;BR /&gt;I use file compression programs, like gzip,&lt;BR /&gt;bzip2, and Zip.&lt;BR /&gt;&lt;BR /&gt;Which files?  Why?&lt;BR /&gt;&lt;BR /&gt;Individual files, or whole directory trees,&lt;BR /&gt;or what?&lt;BR /&gt;&lt;BR /&gt;The best way to do what you want may depend&lt;BR /&gt;on exactly what you would like to do, and my&lt;BR /&gt;psychic powers are too weak to tell me that.&lt;BR /&gt;&lt;BR /&gt;bzip2 often compresses better (and more&lt;BR /&gt;slowly) than gzip.  Zip may be more&lt;BR /&gt;convenient if you're sending the files to a&lt;BR /&gt;non-UNIX system.</description>
      <pubDate>Mon, 14 Jul 2008 13:34:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compressing-files/m-p/4233168#M328924</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-07-14T13:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: compressing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compressing-files/m-p/4233169#M328925</link>
      <description>HI,&lt;BR /&gt;If you don't have access to an zipping utility, (or if you want install it) you can use the jar command, included in included "bin" directory of the Java, as long as it is reachable from your executable path.&lt;BR /&gt;jar -? for the option&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Art&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Jul 2008 06:07:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compressing-files/m-p/4233169#M328925</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2008-07-15T06:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: compressing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compressing-files/m-p/4233170#M328926</link>
      <description>Either you can use compress or gzip command. for parameters, see the man pages&lt;BR /&gt;&lt;BR /&gt;#man compress&lt;BR /&gt;&lt;BR /&gt;#man gzip</description>
      <pubDate>Tue, 15 Jul 2008 06:40:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compressing-files/m-p/4233170#M328926</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-07-15T06:40:24Z</dc:date>
    </item>
  </channel>
</rss>

