<?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 Need help with compressed files please. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-with-compressed-files-please/m-p/2517997#M871301</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have some files which I believe are compressed.  I only have command line console access to the HP-UX 11 system.&lt;BR /&gt;&lt;BR /&gt;The files have a .tar.gz extension on them.  Anyone know how I can uncompress them?  Thanks!</description>
    <pubDate>Tue, 17 Apr 2001 19:00:20 GMT</pubDate>
    <dc:creator>Jeff Thomas_1</dc:creator>
    <dc:date>2001-04-17T19:00:20Z</dc:date>
    <item>
      <title>Need help with compressed files please.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-with-compressed-files-please/m-p/2517997#M871301</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have some files which I believe are compressed.  I only have command line console access to the HP-UX 11 system.&lt;BR /&gt;&lt;BR /&gt;The files have a .tar.gz extension on them.  Anyone know how I can uncompress them?  Thanks!</description>
      <pubDate>Tue, 17 Apr 2001 19:00:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-with-compressed-files-please/m-p/2517997#M871301</guid>
      <dc:creator>Jeff Thomas_1</dc:creator>
      <dc:date>2001-04-17T19:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with compressed files please.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-with-compressed-files-please/m-p/2517998#M871302</link>
      <description>Have you tried gunzip ??&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rita</description>
      <pubDate>Tue, 17 Apr 2001 19:02:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-with-compressed-files-please/m-p/2517998#M871302</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2001-04-17T19:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with compressed files please.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-with-compressed-files-please/m-p/2517999#M871303</link>
      <description>Hi, try gzip -d on those files.  Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Rob&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Apr 2001 19:03:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-with-compressed-files-please/m-p/2517999#M871303</guid>
      <dc:creator>Rob Smith</dc:creator>
      <dc:date>2001-04-17T19:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with compressed files please.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-with-compressed-files-please/m-p/2518000#M871304</link>
      <description>Those files have been compressed with gzip.  To unzip them use:&lt;BR /&gt;&lt;BR /&gt;/usr/contrib/bin/gunzip filename.tar.gz&lt;BR /&gt;&lt;BR /&gt;gunzip should be in /usr/contrib/bin, if not, try /opt/gzip/bin/gunzip</description>
      <pubDate>Tue, 17 Apr 2001 19:03:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-with-compressed-files-please/m-p/2518000#M871304</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-04-17T19:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with compressed files please.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-with-compressed-files-please/m-p/2518001#M871305</link>
      <description>gzip -d file.tar.gz&lt;BR /&gt;or&lt;BR /&gt;gunzip file.tar.gz&lt;BR /&gt;&lt;BR /&gt;Cheers...&lt;BR /&gt;Satish.</description>
      <pubDate>Tue, 17 Apr 2001 19:05:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-with-compressed-files-please/m-p/2518001#M871305</guid>
      <dc:creator>Satish Y</dc:creator>
      <dc:date>2001-04-17T19:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with compressed files please.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-with-compressed-files-please/m-p/2518002#M871306</link>
      <description>Or, if you are certain you want to untar the archive, combine the steps:&lt;BR /&gt;&lt;BR /&gt;gunzip -c archive.tar.gz | tar xvf -</description>
      <pubDate>Tue, 17 Apr 2001 19:36:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-with-compressed-files-please/m-p/2518002#M871306</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2001-04-17T19:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with compressed files please.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-with-compressed-files-please/m-p/2518003#M871307</link>
      <description>Just as a matter of interest; why would you give points to one person and not to the other 4 that gave you the same answer?  Just curious as I am new here.&lt;BR /&gt;&lt;BR /&gt;Peter&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Apr 2001 19:50:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-with-compressed-files-please/m-p/2518003#M871307</guid>
      <dc:creator>Peter Maitland</dc:creator>
      <dc:date>2001-04-17T19:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with compressed files please.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-with-compressed-files-please/m-p/2518004#M871308</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think this is not a good practice.We gather here to share our problems and we should appreciate all the responses to our problems.&lt;BR /&gt;&lt;BR /&gt;Jeff,you should give some points to other guys also,since they have spent some time answering your query.&lt;BR /&gt;&lt;BR /&gt;Good luck to all of you.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jaimin.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Apr 2001 21:00:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-with-compressed-files-please/m-p/2518004#M871308</guid>
      <dc:creator>Jaimin Parikh</dc:creator>
      <dc:date>2001-04-17T21:00:48Z</dc:date>
    </item>
  </channel>
</rss>

