<?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: UNCOMPRESS Command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/uncompress-command/m-p/2455931#M12484</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you could also do:&lt;BR /&gt;zcat abc.tar &amp;gt;/newdir/abc.tar&lt;BR /&gt;(Note you can leave the .Z extension because zcat recognizes this automatically)&lt;BR /&gt;&lt;BR /&gt;Regards</description>
    <pubDate>Fri, 20 Oct 2000 05:09:55 GMT</pubDate>
    <dc:creator>Andreas Voss</dc:creator>
    <dc:date>2000-10-20T05:09:55Z</dc:date>
    <item>
      <title>UNCOMPRESS Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uncompress-command/m-p/2455929#M12482</link>
      <description>Hi Friends&lt;BR /&gt;&lt;BR /&gt;This is similar to my earlier Question which is wrngly posted in Database Category.&lt;BR /&gt;&lt;BR /&gt;Problem&lt;BR /&gt;&lt;BR /&gt;I got a file abc.tar.Z file in mount point.  I don;t have sufficient space to compress the same in that mount point.&lt;BR /&gt;&lt;BR /&gt;I would like to uncompress this file, so that uncompressed file will be in some other mount point.</description>
      <pubDate>Fri, 20 Oct 2000 04:02:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uncompress-command/m-p/2455929#M12482</guid>
      <dc:creator>DK Raviraja</dc:creator>
      <dc:date>2000-10-20T04:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: UNCOMPRESS Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uncompress-command/m-p/2455930#M12483</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;Simply use the -c flag which forces writing&lt;BR /&gt;to standard output. Ni files are changed.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;uncompress -c abc.tar.Z &amp;gt; /home/new.tar&lt;BR /&gt;&lt;BR /&gt;Dan</description>
      <pubDate>Fri, 20 Oct 2000 04:39:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uncompress-command/m-p/2455930#M12483</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2000-10-20T04:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: UNCOMPRESS Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uncompress-command/m-p/2455931#M12484</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you could also do:&lt;BR /&gt;zcat abc.tar &amp;gt;/newdir/abc.tar&lt;BR /&gt;(Note you can leave the .Z extension because zcat recognizes this automatically)&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 20 Oct 2000 05:09:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uncompress-command/m-p/2455931#M12484</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-10-20T05:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: UNCOMPRESS Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uncompress-command/m-p/2455932#M12485</link>
      <description>you can use the -c option; this will write the output to stdout;&lt;BR /&gt;this will not change the source file name (file.tar.Z). &lt;BR /&gt;you can just output the stdout to file. &lt;BR /&gt;&lt;BR /&gt;test1&amp;gt; uncompress -c test.tar.Z &amp;gt; ../test.tar&lt;BR /&gt;/&amp;gt; ll test.tar&lt;BR /&gt;&lt;BR /&gt;the source file still in compressed format and you&lt;BR /&gt;will get the uncompressed format file in different dir. &lt;BR /&gt;&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Fri, 20 Oct 2000 06:22:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uncompress-command/m-p/2455932#M12485</guid>
      <dc:creator>Madanagopalan S</dc:creator>
      <dc:date>2000-10-20T06:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: UNCOMPRESS Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uncompress-command/m-p/2455933#M12486</link>
      <description>Here is what I do.&lt;BR /&gt;&lt;BR /&gt;zcat abc.tar.Z | tar xvf -&lt;BR /&gt;&lt;BR /&gt;The zcat will uncompress the tar file to standard out, Pipe this to tar. The -f - will take the tar image from standard in.&lt;BR /&gt;&lt;BR /&gt;Good luck.</description>
      <pubDate>Fri, 20 Oct 2000 17:52:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uncompress-command/m-p/2455933#M12486</guid>
      <dc:creator>Lawrence Mahan</dc:creator>
      <dc:date>2000-10-20T17:52:08Z</dc:date>
    </item>
  </channel>
</rss>

