History log of /netbsd-src/usr.bin/gzip/zgrep (Results 1 – 9 of 9)
Revision Date Author Comments
# dafd5f44 06-Jul-2015 nakayama <nakayama@NetBSD.org>

zgrep(1): suppress the prefixing of filename on output when only
one file is specified to match the grep(1)'s output.


# d96eb157 25-Jul-2013 pgoyette <pgoyette@NetBSD.org>

fferentiate zegrep and zfgrep by their basename only, so they can be
invoked with a pathname (ie, /usr/bin/z{e,f}grep).

OK wiz@


# c75bafc0 08-May-2008 wiz <wiz@NetBSD.org>

2-clause my license.


# 66f1c31a 27-Apr-2008 nakayama <nakayama@NetBSD.org>

grep "-H" option (print the filename for each match) always prints
filenames whether "-h" option (suppress filenames when multiple files
are searched) is speficied or not.

Make zgrep "-h" option act

grep "-H" option (print the filename for each match) always prints
filenames whether "-h" option (suppress filenames when multiple files
are searched) is speficied or not.

Make zgrep "-h" option actually works with using "-H" option only
when "-h" is not specified.

show more ...


# 25539809 03-May-2006 yamt <yamt@NetBSD.org>

- fix --.
- fix -e.
- fix patterns starting with -.
- fix "missing argument" message.


# 9b954397 25-May-2004 mrg <mrg@NetBSD.org>

use "zcat -fq" not just plain "zcat". this lets zgrep work on non
compressed files (as reported by simonb) as well as not printing
random warnings that zgrep isn't ready to handle.


# dd23e5ed 27-Apr-2004 jdolecek <jdolecek@NetBSD.org>

quote pattern when passing to grep, so that paterns containing
spaces would be handled properly

fixes PR bin/25345 by Arto Selonen


# e000293c 28-Dec-2003 wiz <wiz@NetBSD.org>

Add RCS Id.


# 6ac2a4f4 28-Dec-2003 wiz <wiz@NetBSD.org>

Add a BSD licensed zgrep written by me.
Much nicer than the old one, if I may say so.

Thanks go to atatat for testing and suggestions.