<?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/3614610#M234971</link>
    <description>Hi Flavio ,&lt;BR /&gt;&lt;BR /&gt;To compress files :&lt;BR /&gt;&lt;BR /&gt;You can use&lt;BR /&gt;&lt;BR /&gt;1. compress filename  [ output filename.Z ]&lt;BR /&gt;2. tar -cvf file.tar * [ output file.tar ]&lt;BR /&gt;3. gzip filename      [ output filename.gz ]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cheers ,&lt;BR /&gt;&lt;BR /&gt;Raj.&lt;BR /&gt;</description>
    <pubDate>Wed, 31 Aug 2005 08:36:01 GMT</pubDate>
    <dc:creator>Raj D.</dc:creator>
    <dc:date>2005-08-31T08:36:01Z</dc:date>
    <item>
      <title>compressing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compressing-files/m-p/3614603#M234964</link>
      <description>What command to compressing files</description>
      <pubDate>Tue, 30 Aug 2005 07:16:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compressing-files/m-p/3614603#M234964</guid>
      <dc:creator>Flavio Lacks</dc:creator>
      <dc:date>2005-08-30T07:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: compressing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compressing-files/m-p/3614604#M234965</link>
      <description>gzip&lt;BR /&gt;&lt;BR /&gt;compress</description>
      <pubDate>Tue, 30 Aug 2005 07:17:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compressing-files/m-p/3614604#M234965</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2005-08-30T07:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: compressing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compressing-files/m-p/3614605#M234966</link>
      <description>Try compress or gzip or pack, they should also have man pages for you to look at.</description>
      <pubDate>Tue, 30 Aug 2005 07:19:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compressing-files/m-p/3614605#M234966</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-08-30T07:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: compressing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compressing-files/m-p/3614606#M234967</link>
      <description>Hi Flavio,&lt;BR /&gt;&lt;BR /&gt;There are also 3rd party utils like zip &amp;amp; bzip.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 30 Aug 2005 07:21:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compressing-files/m-p/3614606#M234967</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2005-08-30T07:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: compressing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compressing-files/m-p/3614607#M234968</link>
      <description>You can do archive + compress as,&lt;BR /&gt;&lt;BR /&gt;# tar -cvf test.tar &lt;DIR&gt;/*&lt;BR /&gt;&lt;BR /&gt;It will created test.tar file.&lt;BR /&gt;&lt;BR /&gt;# Compress it as,&lt;BR /&gt;# gzip test.tar&lt;BR /&gt;&lt;BR /&gt;It will create, test.tar.gz&lt;BR /&gt;&lt;BR /&gt;If you have bzip then it is more good.&lt;BR /&gt;&lt;BR /&gt;hth.&lt;BR /&gt;&lt;BR /&gt;&lt;/DIR&gt;</description>
      <pubDate>Tue, 30 Aug 2005 07:25:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compressing-files/m-p/3614607#M234968</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-08-30T07:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: compressing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compressing-files/m-p/3614608#M234969</link>
      <description>I need write file whith ZIP, I using tar or backup ? what command</description>
      <pubDate>Tue, 30 Aug 2005 07:26:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compressing-files/m-p/3614608#M234969</guid>
      <dc:creator>Flavio Lacks</dc:creator>
      <dc:date>2005-08-30T07:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: compressing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compressing-files/m-p/3614609#M234970</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you can download a depot-file from&lt;BR /&gt;&lt;A href="http://hpux.asknet.de/hppd/hpux/Misc/zip-2.31/" target="_blank"&gt;http://hpux.asknet.de/hppd/hpux/Misc/zip-2.31/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Add the product to your system via swinstall and then you can compress your tar files.&lt;BR /&gt;&lt;BR /&gt;Note, that you can pipe a tar-output directly to zip:&lt;BR /&gt;&lt;BR /&gt;tar cf - . | zip mybackup.tar.zip -&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Wed, 31 Aug 2005 08:08:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compressing-files/m-p/3614609#M234970</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2005-08-31T08:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: compressing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compressing-files/m-p/3614610#M234971</link>
      <description>Hi Flavio ,&lt;BR /&gt;&lt;BR /&gt;To compress files :&lt;BR /&gt;&lt;BR /&gt;You can use&lt;BR /&gt;&lt;BR /&gt;1. compress filename  [ output filename.Z ]&lt;BR /&gt;2. tar -cvf file.tar * [ output file.tar ]&lt;BR /&gt;3. gzip filename      [ output filename.gz ]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cheers ,&lt;BR /&gt;&lt;BR /&gt;Raj.&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Aug 2005 08:36:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compressing-files/m-p/3614610#M234971</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-08-31T08:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: compressing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compressing-files/m-p/3614611#M234972</link>
      <description>favio&lt;BR /&gt;&lt;BR /&gt;Go to the following site and enter zip in the search criteria&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gatekeep.cs.utah.edu/hppd/hpux/" target="_blank"&gt;http://gatekeep.cs.utah.edu/hppd/hpux/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You will get a list of tools that compress files.  Choose the one you want, download and install it.  They all have instructions/man pages.&lt;BR /&gt;&lt;BR /&gt;This is an excellent site for getting all sorts of tools to help you manage your systems</description>
      <pubDate>Wed, 31 Aug 2005 08:42:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compressing-files/m-p/3614611#M234972</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2005-08-31T08:42:52Z</dc:date>
    </item>
  </channel>
</rss>

