<?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 zgrep on VMS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/zgrep-on-vms/m-p/3236722#M1564</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is there any utility availabe which can be used same like zgrep in Unix.&lt;BR /&gt;&lt;BR /&gt;I want to search some values from zip files with running unzip.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Mohammad</description>
    <pubDate>Thu, 01 Apr 2004 07:33:46 GMT</pubDate>
    <dc:creator>Mohammad Kaleem</dc:creator>
    <dc:date>2004-04-01T07:33:46Z</dc:date>
    <item>
      <title>zgrep on VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/zgrep-on-vms/m-p/3236722#M1564</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is there any utility availabe which can be used same like zgrep in Unix.&lt;BR /&gt;&lt;BR /&gt;I want to search some values from zip files with running unzip.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Mohammad</description>
      <pubDate>Thu, 01 Apr 2004 07:33:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/zgrep-on-vms/m-p/3236722#M1564</guid>
      <dc:creator>Mohammad Kaleem</dc:creator>
      <dc:date>2004-04-01T07:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: zgrep on VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/zgrep-on-vms/m-p/3236723#M1565</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I guess Gnu Zip for VMS give zgrep feature. Gnu Zip you can find on open vms freeware site:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/openvms/freeware/index.html" target="_blank"&gt;http://h71000.www7.hp.com/openvms/freeware/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Check for V6 freeware CD. &lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Regards,&lt;BR /&gt;Lokesh</description>
      <pubDate>Thu, 01 Apr 2004 08:32:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/zgrep-on-vms/m-p/3236723#M1565</guid>
      <dc:creator>Lokesh_2</dc:creator>
      <dc:date>2004-04-01T08:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: zgrep on VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/zgrep-on-vms/m-p/3236724#M1566</link>
      <description>the latest gzip for vms  is here&lt;BR /&gt;&lt;A href="http://www.oooovms.dyndns.org/gnv/gzip/" target="_blank"&gt;http://www.oooovms.dyndns.org/gnv/gzip/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I don't know if it does zgrep.</description>
      <pubDate>Thu, 01 Apr 2004 09:10:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/zgrep-on-vms/m-p/3236724#M1566</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-04-01T09:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: zgrep on VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/zgrep-on-vms/m-p/3236725#M1567</link>
      <description>Hello Mohammad,&lt;BR /&gt;&lt;BR /&gt;zgrep is not part of gzip. Actually at least on my system it is a shell script doing the decompress "under the hood".&lt;BR /&gt;&lt;BR /&gt;A simple solution would be something along the lines&lt;BR /&gt;&lt;BR /&gt;pipe gunzip -c file.ext-gz | search sys$pipe: &lt;PATTERN&gt;&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin&lt;/PATTERN&gt;</description>
      <pubDate>Thu, 01 Apr 2004 21:40:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/zgrep-on-vms/m-p/3236725#M1567</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-04-01T21:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: zgrep on VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/zgrep-on-vms/m-p/3236726#M1568</link>
      <description>When you say "like zgrep" it is not clear whether the archives are gzip archives for which you simply want a zgrep implementation, or ZIP archives that you want to search in a manner analogous to what zgrep does for gzip archives.  &lt;BR /&gt;&lt;BR /&gt;For ZIP archives, there is a zipGrep.pl script in the examples directory of the Perl extension Archive::Zip.  See:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://search.cpan.org/~nedkonz/Archive-Zip-1.10/" target="_blank"&gt;http://search.cpan.org/~nedkonz/Archive-Zip-1.10/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You will also need to install the Compress::Zlib extension, and, of course, Perl.</description>
      <pubDate>Thu, 01 Apr 2004 23:35:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/zgrep-on-vms/m-p/3236726#M1568</guid>
      <dc:creator>Craig A Berry</dc:creator>
      <dc:date>2004-04-01T23:35:57Z</dc:date>
    </item>
  </channel>
</rss>

