<?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: Compress/zip a file in HP-UX and then uncompress/unzip the same file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/compress-zip-a-file-in-hp-ux-and-then-uncompress-unzip-the-same/m-p/3244984#M174346</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can run the following:&lt;BR /&gt;&lt;BR /&gt;tar cvf - filename1 filename2 dir1 | gzip &amp;gt; arcname.gz&lt;BR /&gt;&lt;BR /&gt;In order to uncompress:&lt;BR /&gt;&lt;BR /&gt;cd somedir; gunzip -c arcname.gz| tar xvf -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The minus sign ( - ) means standard output and standard input</description>
    <pubDate>Sun, 11 Apr 2004 03:24:40 GMT</pubDate>
    <dc:creator>Victor Fridyev</dc:creator>
    <dc:date>2004-04-11T03:24:40Z</dc:date>
    <item>
      <title>Compress/zip a file in HP-UX and then uncompress/unzip the same file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compress-zip-a-file-in-hp-ux-and-then-uncompress-unzip-the-same/m-p/3244980#M174342</link>
      <description>Pls suggest how to compress or zip a file in HP-UX(11.11).   Similarly uncompress/unzip the same file.</description>
      <pubDate>Sun, 11 Apr 2004 00:57:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compress-zip-a-file-in-hp-ux-and-then-uncompress-unzip-the-same/m-p/3244980#M174342</guid>
      <dc:creator>Deepu Chakravarty</dc:creator>
      <dc:date>2004-04-11T00:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Compress/zip a file in HP-UX and then uncompress/unzip the same file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compress-zip-a-file-in-hp-ux-and-then-uncompress-unzip-the-same/m-p/3244981#M174343</link>
      <description>Lets say the file is called myfile&lt;BR /&gt;&lt;BR /&gt;to zip:&lt;BR /&gt;gzip myfile &lt;BR /&gt;&lt;BR /&gt;it becomes myfile.gz&lt;BR /&gt;&lt;BR /&gt;to unzip&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;compress myfile&lt;BR /&gt;&lt;BR /&gt;it becomes myfile.Z&lt;BR /&gt;&lt;BR /&gt;uncompress myfile.Z&lt;BR /&gt;&lt;BR /&gt;it becomes myfile&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;gunzip myfile.gz</description>
      <pubDate>Sun, 11 Apr 2004 02:07:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compress-zip-a-file-in-hp-ux-and-then-uncompress-unzip-the-same/m-p/3244981#M174343</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-04-11T02:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Compress/zip a file in HP-UX and then uncompress/unzip the same file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compress-zip-a-file-in-hp-ux-and-then-uncompress-unzip-the-same/m-p/3244982#M174344</link>
      <description>Thanks for updates.&lt;BR /&gt;New info:&lt;BR /&gt;I need to compress a group of files. Like file-1 to file-10 in one file.  How to compress these files in one compressed file ?</description>
      <pubDate>Sun, 11 Apr 2004 02:32:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compress-zip-a-file-in-hp-ux-and-then-uncompress-unzip-the-same/m-p/3244982#M174344</guid>
      <dc:creator>Deepu Chakravarty</dc:creator>
      <dc:date>2004-04-11T02:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Compress/zip a file in HP-UX and then uncompress/unzip the same file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compress-zip-a-file-in-hp-ux-and-then-uncompress-unzip-the-same/m-p/3244983#M174345</link>
      <description>tar cvf archive.tar /directory/*&lt;BR /&gt;&lt;BR /&gt;All files are put in an archive&lt;BR /&gt;&lt;BR /&gt;gzip archive.tar&lt;BR /&gt;&lt;BR /&gt;becomes archive.tar.gz&lt;BR /&gt;&lt;BR /&gt;gunzip archive.tar.gz &lt;BR /&gt;&lt;BR /&gt;becomes archive.tar&lt;BR /&gt;&lt;BR /&gt;tar xvf archive.tar &lt;BR /&gt;&lt;BR /&gt;files untarred from the tarball.&lt;BR /&gt;&lt;BR /&gt;Hope this has been helpful.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 11 Apr 2004 03:05:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compress-zip-a-file-in-hp-ux-and-then-uncompress-unzip-the-same/m-p/3244983#M174345</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-04-11T03:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Compress/zip a file in HP-UX and then uncompress/unzip the same file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compress-zip-a-file-in-hp-ux-and-then-uncompress-unzip-the-same/m-p/3244984#M174346</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can run the following:&lt;BR /&gt;&lt;BR /&gt;tar cvf - filename1 filename2 dir1 | gzip &amp;gt; arcname.gz&lt;BR /&gt;&lt;BR /&gt;In order to uncompress:&lt;BR /&gt;&lt;BR /&gt;cd somedir; gunzip -c arcname.gz| tar xvf -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The minus sign ( - ) means standard output and standard input</description>
      <pubDate>Sun, 11 Apr 2004 03:24:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compress-zip-a-file-in-hp-ux-and-then-uncompress-unzip-the-same/m-p/3244984#M174346</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2004-04-11T03:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Compress/zip a file in HP-UX and then uncompress/unzip the same file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compress-zip-a-file-in-hp-ux-and-then-uncompress-unzip-the-same/m-p/3244985#M174347</link>
      <description>Suggestion for Victor:&lt;BR /&gt;&lt;BR /&gt;Try it or start your own thread.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 11 Apr 2004 04:36:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compress-zip-a-file-in-hp-ux-and-then-uncompress-unzip-the-same/m-p/3244985#M174347</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-04-11T04:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Compress/zip a file in HP-UX and then uncompress/unzip the same file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compress-zip-a-file-in-hp-ux-and-then-uncompress-unzip-the-same/m-p/3244986#M174348</link>
      <description>Dear Deepu and Steven&lt;BR /&gt;I prefer not to open an additional thread. Please read below, this is a screen copy:&lt;BR /&gt;argus:/tmp# ls srvmail.*&lt;BR /&gt;srvmail.sh040407.log   srvmail.sh040607.log   srvmail.sh040807.log&lt;BR /&gt;srvmail.sh040507.log   srvmail.sh040707.log   srvmail.sh041107.log&lt;BR /&gt;argus:/tmp# tar cf - srvmail* | gzip &amp;gt; sep.gz&lt;BR /&gt;argus:/tmp# mkdir zxc&lt;BR /&gt;argus:/tmp# cd zxc&lt;BR /&gt;argus:/tmp/zxc# gunzip -c /tmp/sep.gz |tar xf -&lt;BR /&gt;argus:/tmp/zxc# ls&lt;BR /&gt;srvmail.sh040407.log   srvmail.sh040607.log   srvmail.sh040807.log&lt;BR /&gt;srvmail.sh040507.log   srvmail.sh040707.log   srvmail.sh041107.log</description>
      <pubDate>Sun, 11 Apr 2004 06:42:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compress-zip-a-file-in-hp-ux-and-then-uncompress-unzip-the-same/m-p/3244986#M174348</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2004-04-11T06:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Compress/zip a file in HP-UX and then uncompress/unzip the same file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compress-zip-a-file-in-hp-ux-and-then-uncompress-unzip-the-same/m-p/3244987#M174349</link>
      <description>You can use compress, gzip commands&lt;BR /&gt;#compress  abc (To Compress)&lt;BR /&gt;#compress -d abc (To decompress)&lt;BR /&gt;OR&lt;BR /&gt;#uncompress abc&lt;BR /&gt;#gzip abc   (To Compress)&lt;BR /&gt;#gzip -d abc (To decompress)&lt;BR /&gt;Use -v option to see compress ratio.&lt;BR /&gt;#compress -v abc &lt;BR /&gt;You can do man compress or man gzip for more options</description>
      <pubDate>Sun, 11 Apr 2004 09:22:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compress-zip-a-file-in-hp-ux-and-then-uncompress-unzip-the-same/m-p/3244987#M174349</guid>
      <dc:creator>SS_6</dc:creator>
      <dc:date>2004-04-11T09:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Compress/zip a file in HP-UX and then uncompress/unzip the same file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compress-zip-a-file-in-hp-ux-and-then-uncompress-unzip-the-same/m-p/3244988#M174350</link>
      <description>Hi Deepu,&lt;BR /&gt;you can download and install zip and unzip utilities similar to MS-DOS, to zip and unzip files MS-DOS compatibles.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Misc/zip-2.3/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Misc/zip-2.3/&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Misc/unzip-5.50/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Misc/unzip-5.50/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Frank.&lt;BR /&gt;</description>
      <pubDate>Sun, 11 Apr 2004 18:29:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compress-zip-a-file-in-hp-ux-and-then-uncompress-unzip-the-same/m-p/3244988#M174350</guid>
      <dc:creator>Francisco J. Soler</dc:creator>
      <dc:date>2004-04-11T18:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Compress/zip a file in HP-UX and then uncompress/unzip the same file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compress-zip-a-file-in-hp-ux-and-then-uncompress-unzip-the-same/m-p/3244989#M174351</link>
      <description>Thanks to all who participated.&lt;BR /&gt;&lt;BR /&gt;--DC</description>
      <pubDate>Sun, 11 Apr 2004 23:12:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compress-zip-a-file-in-hp-ux-and-then-uncompress-unzip-the-same/m-p/3244989#M174351</guid>
      <dc:creator>Deepu Chakravarty</dc:creator>
      <dc:date>2004-04-11T23:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Compress/zip a file in HP-UX and then uncompress/unzip the same file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compress-zip-a-file-in-hp-ux-and-then-uncompress-unzip-the-same/m-p/3244990#M174352</link>
      <description>Could you once go through the following link please ....&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#28?" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#28?&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;&lt;BR /&gt;Kaps</description>
      <pubDate>Mon, 12 Apr 2004 04:48:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compress-zip-a-file-in-hp-ux-and-then-uncompress-unzip-the-same/m-p/3244990#M174352</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2004-04-12T04:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Compress/zip a file in HP-UX and then uncompress/unzip the same file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compress-zip-a-file-in-hp-ux-and-then-uncompress-unzip-the-same/m-p/3244991#M174353</link>
      <description>Grateful if you allocate points to all those who participated in sorting your posts. 0 to me.&lt;BR /&gt;sks</description>
      <pubDate>Mon, 12 Apr 2004 04:56:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compress-zip-a-file-in-hp-ux-and-then-uncompress-unzip-the-same/m-p/3244991#M174353</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2004-04-12T04:56:54Z</dc:date>
    </item>
  </channel>
</rss>

