Menu

how to use Zgrep from gzip

Help
bbr yyz
2012-03-18
2012-07-26
  • bbr yyz

    bbr yyz - 2012-03-18

    hello,

    I am trying to use zgrep which is included in gzip\bin

    Do i need to compile the src to get Zgrep package.

    Adding .exe to zgrep file obviously does not work

    Thanks

     
  • Borut Ražem

    Borut Ražem - 2012-03-18

    Zgrep is shell script, so you need a unix like shell (bash) to execute it. You
    can find a free port of bash for Windows platforms in cygwin and MSYS
    packages. Both packages already include the zgrap utility.

    Borut