freebsd-ports/net-mgmt/grepip/pkg-descr
Andrej Zverev 7ee5c2644a Add net-mgmt/grepip
grepip searches the named input FILE (or standard input if no files are named),
for lines containing an IP address matched to the given CIDR.
grepip finds IP in any context of a line, while grepcidr only if all line is IP.

PR:		ports/88384
Submitted by:	Serge Maslov <serge@maslov.biz>
Approved by:	sem (mentor, implict)
2005-11-07 07:40:11 +00:00

7 lines
289 B
Text

grepip searches the named input FILE (or standard input if no files are named),
for lines containing an IP address matched to the given CIDR.
grepip finds IP in any context of a line, while grepcidr only if all line is IP.
WWW: http://www.lexa.ru/lexa/
- Serge Maslov <serge@maslov.biz>