<?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: Uncompressing a file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/uncompressing-a-file/m-p/2525936#M889529</link>
    <description>A .z extension could also mean&lt;BR /&gt;that the file was compressed&lt;BR /&gt;with 'pack' (rather than being&lt;BR /&gt;compressed with 'compress' and&lt;BR /&gt;having the '.Z' changed to '.z').&lt;BR /&gt;&lt;BR /&gt;Try 'unpack &lt;FILENAME&gt;'&lt;/FILENAME&gt;</description>
    <pubDate>Wed, 09 May 2001 13:29:44 GMT</pubDate>
    <dc:creator>Chris Calabrese</dc:creator>
    <dc:date>2001-05-09T13:29:44Z</dc:date>
    <item>
      <title>Uncompressing a file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uncompressing-a-file/m-p/2525929#M889522</link>
      <description>I have a file called jre.tar.z and I tried several ways to uncompress it but nothing works. Please let me know if you know the syntax or command.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 08 May 2001 02:00:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uncompressing-a-file/m-p/2525929#M889522</guid>
      <dc:creator>Jade Bulante</dc:creator>
      <dc:date>2001-05-08T02:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Uncompressing a file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uncompressing-a-file/m-p/2525930#M889523</link>
      <description>uncompress jre.tar.z, you can then use tar on the jre.tar file.&lt;BR /&gt;&lt;BR /&gt;If you have other questions regarding the installation of JRE do a search in the forums. I saw a handful of posts out there. Here's one that might be helpful.&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xa27937f45ef7d4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xa27937f45ef7d4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Tue, 08 May 2001 04:14:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uncompressing-a-file/m-p/2525930#M889523</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2001-05-08T04:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Uncompressing a file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uncompressing-a-file/m-p/2525931#M889524</link>
      <description>you may need to move the jre.tar.z file to a jre.tar.Z for uncompress.&lt;BR /&gt;&lt;BR /&gt;cp jre.tar.z jre.tar.Z&lt;BR /&gt;uncompress jre.tar.Z&lt;BR /&gt;tar xvf jre.tar&lt;BR /&gt;&lt;BR /&gt;good luck!</description>
      <pubDate>Tue, 08 May 2001 15:58:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uncompressing-a-file/m-p/2525931#M889524</guid>
      <dc:creator>boley janowski</dc:creator>
      <dc:date>2001-05-08T15:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Uncompressing a file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uncompressing-a-file/m-p/2525932#M889525</link>
      <description>I have had this problem before. FTP the file back to windows environment and unzip it with winzip, then ftp the unzipped file back to you unix box.</description>
      <pubDate>Tue, 08 May 2001 16:03:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uncompressing-a-file/m-p/2525932#M889525</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2001-05-08T16:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Uncompressing a file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uncompressing-a-file/m-p/2525933#M889526</link>
      <description>I agree with Boley, the z tag should be a capital Z.</description>
      <pubDate>Tue, 08 May 2001 17:46:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uncompressing-a-file/m-p/2525933#M889526</guid>
      <dc:creator>Jim Moffitt_1</dc:creator>
      <dc:date>2001-05-08T17:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Uncompressing a file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uncompressing-a-file/m-p/2525934#M889527</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Follow the Chris' advice.&lt;BR /&gt;&lt;BR /&gt;and check &lt;BR /&gt;&lt;BR /&gt;man gzip&lt;BR /&gt;&lt;BR /&gt;where you can find that&lt;BR /&gt;&lt;BR /&gt;"... The default extension is -gz for VMS, z for&lt;BR /&gt;      MSDOS, OS/2 FAT, Windows NT FAT and Atari.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Tue, 08 May 2001 17:54:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uncompressing-a-file/m-p/2525934#M889527</guid>
      <dc:creator>Wieslaw Krajewski</dc:creator>
      <dc:date>2001-05-08T17:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Uncompressing a file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uncompressing-a-file/m-p/2525935#M889528</link>
      <description>#gunzip jre.tar.z &lt;BR /&gt;#tar xvf jre.tar</description>
      <pubDate>Wed, 09 May 2001 10:18:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uncompressing-a-file/m-p/2525935#M889528</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-05-09T10:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Uncompressing a file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uncompressing-a-file/m-p/2525936#M889529</link>
      <description>A .z extension could also mean&lt;BR /&gt;that the file was compressed&lt;BR /&gt;with 'pack' (rather than being&lt;BR /&gt;compressed with 'compress' and&lt;BR /&gt;having the '.Z' changed to '.z').&lt;BR /&gt;&lt;BR /&gt;Try 'unpack &lt;FILENAME&gt;'&lt;/FILENAME&gt;</description>
      <pubDate>Wed, 09 May 2001 13:29:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uncompressing-a-file/m-p/2525936#M889529</guid>
      <dc:creator>Chris Calabrese</dc:creator>
      <dc:date>2001-05-09T13:29:44Z</dc:date>
    </item>
  </channel>
</rss>

