<?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: gzip question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-question/m-p/2792695#M80160</link>
    <description>Go read the links I provided.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
    <pubDate>Fri, 23 Aug 2002 11:13:52 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2002-08-23T11:13:52Z</dc:date>
    <item>
      <title>gzip question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-question/m-p/2792683#M80148</link>
      <description>Hi!&lt;BR /&gt;I know that with gzip it's possible to compress a file which can be later descompress by Winzip in a PC.&lt;BR /&gt;The problem is that it only possible with one file at the same time.&lt;BR /&gt;Someone knows if there is "something" to compress several files, getting an only one "package" which could be used later in a PC?&lt;BR /&gt;&lt;BR /&gt;i mean, do the same in Unix as the Winzip does.&lt;BR /&gt;thanks a lot</description>
      <pubDate>Fri, 23 Aug 2002 10:36:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gzip-question/m-p/2792683#M80148</guid>
      <dc:creator>Bawitdaba</dc:creator>
      <dc:date>2002-08-23T10:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: gzip question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-question/m-p/2792684#M80149</link>
      <description>You can to use:&lt;BR /&gt;1.- tar&lt;BR /&gt;2.- gzip&lt;BR /&gt;The first command can use multiple files with low compression. The second command compress the file obtained.&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Aug 2002 10:41:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gzip-question/m-p/2792684#M80149</guid>
      <dc:creator>Arturo Perez del Galleg</dc:creator>
      <dc:date>2002-08-23T10:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: gzip question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-question/m-p/2792685#M80150</link>
      <description>But tar is not understood in Windows</description>
      <pubDate>Fri, 23 Aug 2002 10:43:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gzip-question/m-p/2792685#M80150</guid>
      <dc:creator>Bawitdaba</dc:creator>
      <dc:date>2002-08-23T10:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: gzip question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-question/m-p/2792686#M80151</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Sure you can.&lt;BR /&gt;&lt;BR /&gt;First create a tar archive with the files you want using tar cvf /dev/rmt/#m /directory, where #m is the tape device file and /directory is the directory you want the files to be archived in.  Then, compress the tarred file using gzip.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Vince</description>
      <pubDate>Fri, 23 Aug 2002 10:43:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gzip-question/m-p/2792686#M80151</guid>
      <dc:creator>Vincent Farrugia</dc:creator>
      <dc:date>2002-08-23T10:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: gzip question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-question/m-p/2792687#M80152</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Tar can be opened in Windows using Winzip as well.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Vince</description>
      <pubDate>Fri, 23 Aug 2002 10:45:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gzip-question/m-p/2792687#M80152</guid>
      <dc:creator>Vincent Farrugia</dc:creator>
      <dc:date>2002-08-23T10:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: gzip question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-question/m-p/2792688#M80153</link>
      <description>you can use&lt;BR /&gt;&lt;BR /&gt;#tar -cvf a.tar /xxx&lt;BR /&gt;#gzip a.tar&lt;BR /&gt;&lt;BR /&gt;which will result in a.tar.gz&lt;BR /&gt;&lt;BR /&gt;transfer it to a PC use the winzip to extract</description>
      <pubDate>Fri, 23 Aug 2002 10:49:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gzip-question/m-p/2792688#M80153</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-08-23T10:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: gzip question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-question/m-p/2792689#M80154</link>
      <description>To extract .tar and .tar.gz files on Windows 9x/NT/2000/ME/XP use PowerArchiver 6.1 (freeware) or Winzip (commercial). For tar on MSDOS or other systems, see the FAQ of the comp.compression newsgroup. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.gzip.org/" target="_blank"&gt;http://www.gzip.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.sfsu.edu/ftp/win/utils/" target="_blank"&gt;http://www.sfsu.edu/ftp/win/utils/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.winzip.com" target="_blank"&gt;http://www.winzip.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.faqs.org/faqs/compression-faq/part1/section-2.html" target="_blank"&gt;http://www.faqs.org/faqs/compression-faq/part1/section-2.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Fri, 23 Aug 2002 10:54:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gzip-question/m-p/2792689#M80154</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-08-23T10:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: gzip question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-question/m-p/2792690#M80155</link>
      <description>Try this...&lt;BR /&gt;&lt;BR /&gt;cd some_dir&lt;BR /&gt;tar -cf - ./some_sub_dir | gzip - &amp;gt; some_sub_dir.tgz&lt;BR /&gt;&lt;BR /&gt;In the command above, you are doing a tar on a sub dir that can have several files and sub dirs, then piping the output to gzip to compress it.  Finally, you are writing your output to a .tgz file.  Now transfer the file to your PC.  Your windows zip program should be able to read it, decompress it and un-tar it.&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;&lt;BR /&gt;Tom&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Aug 2002 11:03:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gzip-question/m-p/2792690#M80155</guid>
      <dc:creator>Tom Jackson</dc:creator>
      <dc:date>2002-08-23T11:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: gzip question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-question/m-p/2792691#M80156</link>
      <description>i'm trying some test but i don't get it.&lt;BR /&gt;I get descompress the file with Winzip but then it's not readable.&lt;BR /&gt;&lt;BR /&gt;???</description>
      <pubDate>Fri, 23 Aug 2002 11:07:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gzip-question/m-p/2792691#M80156</guid>
      <dc:creator>Bawitdaba</dc:creator>
      <dc:date>2002-08-23T11:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: gzip question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-question/m-p/2792692#M80157</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Winzip should identify that a tar archive is present, and opens it accordingly.  If not, you might have an old version of Winzip.  Download the newest version from &lt;A href="http://www.winzip.com" target="_blank"&gt;http://www.winzip.com&lt;/A&gt; .&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Vince</description>
      <pubDate>Fri, 23 Aug 2002 11:11:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gzip-question/m-p/2792692#M80157</guid>
      <dc:creator>Vincent Farrugia</dc:creator>
      <dc:date>2002-08-23T11:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: gzip question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-question/m-p/2792693#M80158</link>
      <description>how can i untar it???&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Fri, 23 Aug 2002 11:12:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gzip-question/m-p/2792693#M80158</guid>
      <dc:creator>Bawitdaba</dc:creator>
      <dc:date>2002-08-23T11:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: gzip question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-question/m-p/2792694#M80159</link>
      <description>ok, i'll do&lt;BR /&gt;&lt;BR /&gt;thanks a lot&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Aug 2002 11:13:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gzip-question/m-p/2792694#M80159</guid>
      <dc:creator>Bawitdaba</dc:creator>
      <dc:date>2002-08-23T11:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: gzip question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-question/m-p/2792695#M80160</link>
      <description>Go read the links I provided.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Fri, 23 Aug 2002 11:13:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gzip-question/m-p/2792695#M80160</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-08-23T11:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: gzip question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-question/m-p/2792696#M80161</link>
      <description>Power Archiver on windows (&lt;A href="http://www.powerarchiver.com/" target="_blank"&gt;http://www.powerarchiver.com/&lt;/A&gt; ) recognizes not only tar, but also gzipped tar (.tgz and .tar.gz) and bzip2ed tar (.tar.bz, .tar.bz2, .tbz)&lt;BR /&gt;&lt;BR /&gt;bzip2 has an even higher compression grade than gzip, especially for text files&lt;BR /&gt;&lt;BR /&gt;Both gzip and bzip2 have standalone binaries available for windows.&lt;BR /&gt;&lt;BR /&gt;Zip files can also be generated directly on HP-UX, either directly with 'zip' (&lt;A href="http://www.info-zip.org/pub/infozip/" target="_blank"&gt;http://www.info-zip.org/pub/infozip/&lt;/A&gt; ) or through perl, using the Compress::Zlib module with Archive::Zip, both available from CPAN, but by default included in the perl available on my homepage for ITRC &lt;A href="https://www.beepz.com/personal/merijn/" target="_blank"&gt;https://www.beepz.com/personal/merijn/&lt;/A&gt; . The compression programs gzip and bzip2 are also available there. HTH&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Aug 2002 12:56:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gzip-question/m-p/2792696#M80161</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-08-23T12:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: gzip question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-question/m-p/2792697#M80162</link>
      <description>Hi Mercedes,&lt;BR /&gt;winzip 8 should work just fine for you. I use winzip 7 currently at work and have no problems.&lt;BR /&gt;&lt;BR /&gt;Another option, if your interested in file sharing, is Samba. (not for compression or archiving)&lt;BR /&gt;&lt;BR /&gt;It allows an nfs style file sharing and print serving (between Windows, Linux, Unix, etc.) and is fairly easy to configure.&lt;BR /&gt;&lt;BR /&gt;HP - called CIFS (stable and a free download at software.hp.com)&lt;BR /&gt;&lt;BR /&gt;It is available for many platforms from samba.org, also free, but I have had corruption issues from some mirror sites. (Specifically, us4)&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Kel&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Aug 2002 12:57:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gzip-question/m-p/2792697#M80162</guid>
      <dc:creator>Kelli Ward</dc:creator>
      <dc:date>2002-08-23T12:57:36Z</dc:date>
    </item>
  </channel>
</rss>

