<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/uncompress/m-p/4943568#M412150</link>
    <description>1) You may be done by creating a symbolic link to another file system file.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;/tmp/test/file.Z&lt;BR /&gt;&lt;BR /&gt;You are going to uncompress file.Z within /tmp/test file then,&lt;BR /&gt;&lt;BR /&gt;create a file as,&lt;BR /&gt;&lt;BR /&gt;# ln -s &lt;ANOTHER file="" system="" with="" space=""&gt;/file1 file.log&lt;BR /&gt;# zcat file.Z &amp;gt; file.log&lt;BR /&gt;&lt;BR /&gt;file.log will use only 13 or 12 byte space.&lt;BR /&gt;&lt;BR /&gt;2) you can achive by redirecting output to another file system file (as said in prev post).&lt;BR /&gt;&lt;BR /&gt;hth.&lt;/ANOTHER&gt;</description>
    <pubDate>Wed, 30 Nov 2005 04:40:10 GMT</pubDate>
    <dc:creator>Muthukumar_5</dc:creator>
    <dc:date>2005-11-30T04:40:10Z</dc:date>
    <item>
      <title>uncompress</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uncompress/m-p/4943564#M412146</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have small query.. I want to uncompress a .Z file. I don't have sufficient space in my filesystem. In anothe rfilesystem i have sufficient space. How to go about&lt;BR /&gt;&lt;BR /&gt;1) How to uncompress and save the output file in the same directory, temporarily using the space of other filesystem?&lt;BR /&gt;2) how to uncompress a file and saving the output to a different filesystem using temporary space of other filesystem only?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 30 Nov 2005 04:22:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uncompress/m-p/4943564#M412146</guid>
      <dc:creator>Madhu_17</dc:creator>
      <dc:date>2005-11-30T04:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: uncompress</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uncompress/m-p/4943565#M412147</link>
      <description>1. I do not think this is possible.&lt;BR /&gt;2. uncompress "file" &amp;gt; /other_fs/uncompressed_file.</description>
      <pubDate>Wed, 30 Nov 2005 04:25:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uncompress/m-p/4943565#M412147</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-11-30T04:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: uncompress</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uncompress/m-p/4943566#M412148</link>
      <description>Try as,&lt;BR /&gt;&lt;BR /&gt;# zcat &lt;FILENAME&gt; &amp;gt; /&lt;FILE system="" with="" space=""&gt;/filename&lt;BR /&gt;&lt;BR /&gt;hth.&lt;/FILE&gt;&lt;/FILENAME&gt;</description>
      <pubDate>Wed, 30 Nov 2005 04:32:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uncompress/m-p/4943566#M412148</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-11-30T04:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: uncompress</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uncompress/m-p/4943567#M412149</link>
      <description>You can try as, &lt;BR /&gt;&lt;BR /&gt;#uncompress &lt;FILE_NAME&gt; &amp;gt; /&lt;FS_FREE&gt;/file_name&amp;gt;&lt;BR /&gt;&lt;BR /&gt;#compress -f &lt;FILE_NAME&gt; &amp;gt; /&lt;FS_FREE&gt;/file_name&amp;gt;&lt;BR /&gt;&lt;BR /&gt;-Arun&lt;/FS_FREE&gt;&lt;/FILE_NAME&gt;&lt;/FS_FREE&gt;&lt;/FILE_NAME&gt;</description>
      <pubDate>Wed, 30 Nov 2005 04:35:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uncompress/m-p/4943567#M412149</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-11-30T04:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: uncompress</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uncompress/m-p/4943568#M412150</link>
      <description>1) You may be done by creating a symbolic link to another file system file.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;/tmp/test/file.Z&lt;BR /&gt;&lt;BR /&gt;You are going to uncompress file.Z within /tmp/test file then,&lt;BR /&gt;&lt;BR /&gt;create a file as,&lt;BR /&gt;&lt;BR /&gt;# ln -s &lt;ANOTHER file="" system="" with="" space=""&gt;/file1 file.log&lt;BR /&gt;# zcat file.Z &amp;gt; file.log&lt;BR /&gt;&lt;BR /&gt;file.log will use only 13 or 12 byte space.&lt;BR /&gt;&lt;BR /&gt;2) you can achive by redirecting output to another file system file (as said in prev post).&lt;BR /&gt;&lt;BR /&gt;hth.&lt;/ANOTHER&gt;</description>
      <pubDate>Wed, 30 Nov 2005 04:40:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uncompress/m-p/4943568#M412150</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-11-30T04:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: uncompress</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uncompress/m-p/4943569#M412151</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;Thanks for all your replies.&lt;BR /&gt;&lt;BR /&gt;Before posting the query itself, i have tried the below option without any luck.&lt;BR /&gt;&lt;BR /&gt;uncompress &lt;FILE_NAME&gt; &amp;gt; /&lt;FS_FREE&gt;/file_name&amp;gt;&lt;BR /&gt;&lt;BR /&gt;I will try other options and let you know.&lt;/FS_FREE&gt;&lt;/FILE_NAME&gt;</description>
      <pubDate>Wed, 30 Nov 2005 04:59:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uncompress/m-p/4943569#M412151</guid>
      <dc:creator>Madhu_17</dc:creator>
      <dc:date>2005-11-30T04:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: uncompress</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uncompress/m-p/4943570#M412152</link>
      <description>can you try as,&lt;BR /&gt;&lt;BR /&gt;uncompress &lt;FILE_NAME&gt; &amp;gt;| /&lt;FS_FREE&gt;/file_name&amp;gt;&lt;BR /&gt;&lt;BR /&gt;may be a change of noclobber enabled.&lt;BR /&gt;&lt;BR /&gt;Are you getting error messages more. post that.&lt;BR /&gt;&lt;BR /&gt;hth.&lt;/FS_FREE&gt;&lt;/FILE_NAME&gt;</description>
      <pubDate>Wed, 30 Nov 2005 05:07:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uncompress/m-p/4943570#M412152</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-11-30T05:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: uncompress</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uncompress/m-p/4943571#M412153</link>
      <description>Thanks all for great response.&lt;BR /&gt;&lt;BR /&gt;below command did the trick.&lt;BR /&gt;&lt;BR /&gt;# zcat &lt;FILENAME&gt; &amp;gt; /&lt;FILE system="" with="" space=""&gt;/filename&lt;/FILE&gt;&lt;/FILENAME&gt;</description>
      <pubDate>Wed, 30 Nov 2005 05:20:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uncompress/m-p/4943571#M412153</guid>
      <dc:creator>Madhu_17</dc:creator>
      <dc:date>2005-11-30T05:20:16Z</dc:date>
    </item>
  </channel>
</rss>

