<?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: How to create a  Tar file as zipped  from ab initio? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-tar-file-as-zipped-from-ab-initio/m-p/2427253#M1796</link>
    <description>Try with GNU Tar available as 10.20, 11.00 depot from :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.asknet.de/hppd/hpux/Gnu/tar-1.13.16/" target="_blank"&gt;http://hpux.asknet.de/hppd/hpux/Gnu/tar-1.13.16/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The option you need is -z or -Z:&lt;BR /&gt;&lt;BR /&gt;#tar -czvf archive.tar.gz files_to_archive&lt;BR /&gt;&lt;BR /&gt;This option is not available in the standard HP-UX tar.</description>
    <pubDate>Fri, 23 Jun 2000 04:58:57 GMT</pubDate>
    <dc:creator>Rumen Ginev</dc:creator>
    <dc:date>2000-06-23T04:58:57Z</dc:date>
    <item>
      <title>How to create a  Tar file as zipped  from ab initio?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-tar-file-as-zipped-from-ab-initio/m-p/2427248#M1791</link>
      <description>I am interested to know how to create a zipped Tar file from the beggining of the archival process. (Not zipping it after creating the TAR file).  &lt;BR /&gt;Is this available for Archival files creation with both  '-cvf' and '-uvf' options. &lt;BR /&gt;This detail would be very helpful. &lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 22 Jun 2000 21:20:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-tar-file-as-zipped-from-ab-initio/m-p/2427248#M1791</guid>
      <dc:creator>Milan Muralidharan</dc:creator>
      <dc:date>2000-06-22T21:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a  Tar file as zipped  from ab initio?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-tar-file-as-zipped-from-ab-initio/m-p/2427249#M1792</link>
      <description>ON an HPUX box, you can gzip the tar file on the fly using the following command line:&lt;BR /&gt;&lt;BR /&gt;tar cvf - somedir|gzip &amp;gt; somedir.tar.gz&lt;BR /&gt;&lt;BR /&gt;This will create your tar archive as a zipped file without having to create the archive first.</description>
      <pubDate>Thu, 22 Jun 2000 21:27:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-tar-file-as-zipped-from-ab-initio/m-p/2427249#M1792</guid>
      <dc:creator>Robert T. Stutes</dc:creator>
      <dc:date>2000-06-22T21:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a  Tar file as zipped  from ab initio?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-tar-file-as-zipped-from-ab-initio/m-p/2427250#M1793</link>
      <description>ON an HPUX box, you can gzip the tar file on the fly using the following command line:&lt;BR /&gt;&lt;BR /&gt;tar cvf - somedir|gzip &amp;gt; somedir.tar.gz&lt;BR /&gt;&lt;BR /&gt;This will create your tar archive as a zipped file without having to create the archive first.&lt;BR /&gt;&lt;BR /&gt;Naturally, the tar "v" switch is optional.  On HPUX 11 gzip and gunzip can be found in the /usr/contrib/bin directory</description>
      <pubDate>Thu, 22 Jun 2000 21:28:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-tar-file-as-zipped-from-ab-initio/m-p/2427250#M1793</guid>
      <dc:creator>Robert T. Stutes</dc:creator>
      <dc:date>2000-06-22T21:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a  Tar file as zipped  from ab initio?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-tar-file-as-zipped-from-ab-initio/m-p/2427251#M1794</link>
      <description>the following command line will do the trick&lt;BR /&gt;"tar cvf - somedir|gzip &amp;gt; somedir.tar.gz"&lt;BR /&gt;Note that will only work for a "cvf" since tar cannot process and gzipped file.</description>
      <pubDate>Thu, 22 Jun 2000 21:29:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-tar-file-as-zipped-from-ab-initio/m-p/2427251#M1794</guid>
      <dc:creator>Robert T. Stutes</dc:creator>
      <dc:date>2000-06-22T21:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a  Tar file as zipped  from ab initio?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-tar-file-as-zipped-from-ab-initio/m-p/2427252#M1795</link>
      <description>Sorry about the repeated replies.  The web site kept telling the reply transfer failed.</description>
      <pubDate>Thu, 22 Jun 2000 21:32:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-tar-file-as-zipped-from-ab-initio/m-p/2427252#M1795</guid>
      <dc:creator>Robert T. Stutes</dc:creator>
      <dc:date>2000-06-22T21:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a  Tar file as zipped  from ab initio?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-tar-file-as-zipped-from-ab-initio/m-p/2427253#M1796</link>
      <description>Try with GNU Tar available as 10.20, 11.00 depot from :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.asknet.de/hppd/hpux/Gnu/tar-1.13.16/" target="_blank"&gt;http://hpux.asknet.de/hppd/hpux/Gnu/tar-1.13.16/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The option you need is -z or -Z:&lt;BR /&gt;&lt;BR /&gt;#tar -czvf archive.tar.gz files_to_archive&lt;BR /&gt;&lt;BR /&gt;This option is not available in the standard HP-UX tar.</description>
      <pubDate>Fri, 23 Jun 2000 04:58:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-tar-file-as-zipped-from-ab-initio/m-p/2427253#M1796</guid>
      <dc:creator>Rumen Ginev</dc:creator>
      <dc:date>2000-06-23T04:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a  Tar file as zipped  from ab initio?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-tar-file-as-zipped-from-ab-initio/m-p/2427254#M1797</link>
      <description>To untar a zipped archive in standard HP-UX use:&lt;BR /&gt;&lt;BR /&gt;gunzip -c archive.tar.gz | tar xvf -</description>
      <pubDate>Fri, 23 Jun 2000 13:28:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-tar-file-as-zipped-from-ab-initio/m-p/2427254#M1797</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-06-23T13:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a  Tar file as zipped  from ab initio?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-tar-file-as-zipped-from-ab-initio/m-p/2427255#M1798</link>
      <description>It works. Thanks a lot for your response guys.</description>
      <pubDate>Fri, 23 Jun 2000 19:58:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-tar-file-as-zipped-from-ab-initio/m-p/2427255#M1798</guid>
      <dc:creator>Milan Muralidharan</dc:creator>
      <dc:date>2000-06-23T19:58:25Z</dc:date>
    </item>
  </channel>
</rss>

