<?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: about gunzip in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/about-gunzip/m-p/2668806#M915664</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;if you go for the "gzip|omnisv.log" approach make sure that Omniback is NOT running any more, and "mv" the file to another place, afterwards, before restarting Omniback again!&lt;BR /&gt;&lt;BR /&gt;Just my $0.02,&lt;BR /&gt;Wodisch</description>
    <pubDate>Thu, 21 Feb 2002 20:16:29 GMT</pubDate>
    <dc:creator>Wodisch</dc:creator>
    <dc:date>2002-02-21T20:16:29Z</dc:date>
    <item>
      <title>about gunzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-gunzip/m-p/2668798#M915656</link>
      <description>[root@dbbak-lc:/var/opt/omni/log]#cat omnisv.log | gunzip &amp;gt;new.log&lt;BR /&gt;&lt;BR /&gt;gunzip: stdin: not in gzip format&lt;BR /&gt;&lt;BR /&gt;why gunzip doesnt work?&lt;BR /&gt;what should i do</description>
      <pubDate>Thu, 21 Feb 2002 04:52:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-gunzip/m-p/2668798#M915656</guid>
      <dc:creator>thebeatlesguru</dc:creator>
      <dc:date>2002-02-21T04:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: about gunzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-gunzip/m-p/2668799#M915657</link>
      <description>What does &lt;BR /&gt;file omnisv.log &lt;BR /&gt;show?&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Feb 2002 04:56:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-gunzip/m-p/2668799#M915657</guid>
      <dc:creator>Deepak Extross</dc:creator>
      <dc:date>2002-02-21T04:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: about gunzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-gunzip/m-p/2668800#M915658</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What are you trying to do. Gunzip is to unzip a compressed file. &lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Feb 2002 05:00:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-gunzip/m-p/2668800#M915658</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-02-21T05:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: about gunzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-gunzip/m-p/2668801#M915659</link>
      <description>To compress a file&lt;BR /&gt;gzip &lt;FILE&gt;&lt;BR /&gt;This will automatically rename &lt;FILE&gt; as &lt;FILE&gt;.gz after compressing.&lt;BR /&gt;&lt;BR /&gt;To uncompress a file&lt;BR /&gt;gunzip &lt;FILE&gt;.gz&lt;BR /&gt;Note that you can only 'gunzip' a file which had been 'gzip'ed earlier!&lt;/FILE&gt;&lt;/FILE&gt;&lt;/FILE&gt;&lt;/FILE&gt;</description>
      <pubDate>Thu, 21 Feb 2002 05:00:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-gunzip/m-p/2668801#M915659</guid>
      <dc:creator>Deepak Extross</dc:creator>
      <dc:date>2002-02-21T05:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: about gunzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-gunzip/m-p/2668802#M915660</link>
      <description>thebeatlesguru,&lt;BR /&gt;&lt;BR /&gt;and the WORSE thing to do is to use CAT to pipe a file to any kind of archiving product. If you must use that kind of format, use "dd"::&amp;gt;&lt;BR /&gt;&lt;BR /&gt;dd if=infile | gzip &amp;gt; somefilename&lt;BR /&gt;&lt;BR /&gt;"cat" screws with carriage returns and control characters!&lt;BR /&gt;&lt;BR /&gt;It's one command I wish would go away! Yeah, ok, fine, I'm not a "cat" lover, but I have to live with my wife's cat, and she's bad enough (the cat - that is)!&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Thu, 21 Feb 2002 05:39:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-gunzip/m-p/2668802#M915660</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-02-21T05:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: about gunzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-gunzip/m-p/2668803#M915661</link>
      <description>&amp;lt;&lt;CAT omnisv.log=""&gt;new.log&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;One of the right ways is:&lt;BR /&gt;&lt;BR /&gt;#gunzip omnisv.log&lt;BR /&gt;&lt;BR /&gt;This will zip omnisv.log  to omnisv.log.gz &lt;BR /&gt;in the same directory.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;raj&lt;BR /&gt;&lt;/CAT&gt;</description>
      <pubDate>Thu, 21 Feb 2002 06:28:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-gunzip/m-p/2668803#M915661</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2002-02-21T06:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: about gunzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-gunzip/m-p/2668804#M915662</link>
      <description>&amp;lt;&lt;CAT omnisv.log=""&gt;new.log&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;One of the right ways is:&lt;BR /&gt;&lt;BR /&gt;#gunzip omnisv.log&lt;BR /&gt;&lt;BR /&gt;This will zip omnisv.log  to omnisv.log.gz &lt;BR /&gt;in the same directory.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;raj&lt;BR /&gt;&lt;/CAT&gt;</description>
      <pubDate>Thu, 21 Feb 2002 06:29:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-gunzip/m-p/2668804#M915662</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2002-02-21T06:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: about gunzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-gunzip/m-p/2668805#M915663</link>
      <description>Instead,&lt;BR /&gt; #gzip  omnisv.log   will work.&lt;BR /&gt;It will zip the file  to omnisv.log.gz .&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;raj&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Feb 2002 06:33:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-gunzip/m-p/2668805#M915663</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2002-02-21T06:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: about gunzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-gunzip/m-p/2668806#M915664</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;if you go for the "gzip|omnisv.log" approach make sure that Omniback is NOT running any more, and "mv" the file to another place, afterwards, before restarting Omniback again!&lt;BR /&gt;&lt;BR /&gt;Just my $0.02,&lt;BR /&gt;Wodisch</description>
      <pubDate>Thu, 21 Feb 2002 20:16:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-gunzip/m-p/2668806#M915664</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-02-21T20:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: about gunzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-gunzip/m-p/2668807#M915665</link>
      <description>i just wanna know how to use this command&lt;BR /&gt; Alexander M.Ermes write:&lt;BR /&gt;"If you have zipped a file and the zipped file is larger than 2 GB, usually you cannot unzip it. &lt;BR /&gt;Here a workaround : &lt;BR /&gt;&lt;BR /&gt;cat file | gunzip &amp;gt; new_file &lt;BR /&gt;&lt;BR /&gt;We use this, when we have zipped ORACLE exports on the flight and want to import these data. &lt;BR /&gt;Rgds &lt;BR /&gt;Alexander M. Ermes "&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Feb 2002 01:16:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-gunzip/m-p/2668807#M915665</guid>
      <dc:creator>thebeatlesguru</dc:creator>
      <dc:date>2002-02-22T01:16:26Z</dc:date>
    </item>
  </channel>
</rss>

