<?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: untar in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/untar/m-p/2438612#M768613</link>
    <description>mv  vhpx407e.tar.z vhpx407e.tar.Z&lt;BR /&gt;uncompress vhpx407e.tar.Z&lt;BR /&gt;tar xvf vhpx407e.tar&lt;BR /&gt;</description>
    <pubDate>Tue, 22 Aug 2000 13:55:24 GMT</pubDate>
    <dc:creator>Antoanetta Naghiu</dc:creator>
    <dc:date>2000-08-22T13:55:24Z</dc:date>
    <item>
      <title>untar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/untar/m-p/2438609#M768610</link>
      <description>1) i just xferred a file using ftp from nt to hpux 11.x machine&lt;BR /&gt;2) then, i confirmed that the file &lt;BR /&gt;'vhpx407e.tar.z' is existing under root directory&lt;BR /&gt;3) then, i tried to untar (or unzip?) using several commands such as&lt;BR /&gt;4)#zcat vhpx407e.tar.z | tar -xf -&lt;BR /&gt;#zcat vhpx407e.tar.z | tar xf-&lt;BR /&gt;#zcat vhpx407e.tar.z | tar -xf&lt;BR /&gt;5)but the result is 'no such file or directory..'&lt;BR /&gt;--------------------&lt;BR /&gt;i have no clue and &lt;BR /&gt;'# man zcat' does not give me much ideas either !!&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Aug 2000 13:49:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/untar/m-p/2438609#M768610</guid>
      <dc:creator>sam kim_1</dc:creator>
      <dc:date>2000-08-22T13:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: untar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/untar/m-p/2438610#M768611</link>
      <description>&lt;BR /&gt;If the file has come from an NT box its unlikely to be in HP's compress format, try using gunzip or gzcat instead.</description>
      <pubDate>Tue, 22 Aug 2000 13:52:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/untar/m-p/2438610#M768611</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-08-22T13:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: untar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/untar/m-p/2438611#M768612</link>
      <description>zcat expects the file to have a .Z subscript that is a capital Z.</description>
      <pubDate>Tue, 22 Aug 2000 13:53:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/untar/m-p/2438611#M768612</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-08-22T13:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: untar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/untar/m-p/2438612#M768613</link>
      <description>mv  vhpx407e.tar.z vhpx407e.tar.Z&lt;BR /&gt;uncompress vhpx407e.tar.Z&lt;BR /&gt;tar xvf vhpx407e.tar&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Aug 2000 13:55:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/untar/m-p/2438612#M768613</guid>
      <dc:creator>Antoanetta Naghiu</dc:creator>
      <dc:date>2000-08-22T13:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: untar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/untar/m-p/2438613#M768614</link>
      <description>The 'z' at the end of the file is most likely capitalized. This is a compressed file. To uncompress, use the 'uncompress' command. Remember to be aware of the pathing issues when using the tar command. You may want to start out by using the 'tar -tvf &lt;FILENAME&gt;'. This will provide a table of contents to the tarball without doing and writing the tarball to disk. Again, be careful with the pathing issue in the tar command.&lt;/FILENAME&gt;</description>
      <pubDate>Tue, 22 Aug 2000 13:56:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/untar/m-p/2438613#M768614</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-08-22T13:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: untar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/untar/m-p/2438614#M768615</link>
      <description>i tried:&lt;BR /&gt;1) # gunzip vhpx407e.tar.z | tar -xf (or xf, xf-, -xf -)&lt;BR /&gt;2) # gzcat vhpx407e.tar.z | tar -xf - (or xf, xf-, -xf -)&lt;BR /&gt;3)result: nothing is working so far!!&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Aug 2000 13:59:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/untar/m-p/2438614#M768615</guid>
      <dc:creator>sam kim_1</dc:creator>
      <dc:date>2000-08-22T13:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: untar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/untar/m-p/2438615#M768616</link>
      <description>How did you create the file on NT and did you ftp it in binary mode?</description>
      <pubDate>Tue, 22 Aug 2000 14:06:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/untar/m-p/2438615#M768616</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-08-22T14:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: untar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/untar/m-p/2438616#M768617</link>
      <description>thanks all and have a good day!!</description>
      <pubDate>Tue, 22 Aug 2000 14:37:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/untar/m-p/2438616#M768617</guid>
      <dc:creator>sam kim_1</dc:creator>
      <dc:date>2000-08-22T14:37:48Z</dc:date>
    </item>
  </channel>
</rss>

