Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robrwo/perl-ipgrep

grep by ip address
https://github.com/robrwo/perl-ipgrep

Last synced: about 1 month ago
JSON representation

grep by ip address

Awesome Lists containing this project

README

        

# NAME

ipgrep - grep files by CIDR

# SYNOPSIS

ipgrep [-1cfHhLlnVv] [long options...] [patterns] [files]

# DESCRIPTION

This program will print lines from a file that matches IP addresses in the given netblocks.

Many of the options mirror similar options from [grep](https://metacpan.org/pod/grep).

# SEE ALSO

[grep](https://www.gnu.org/software/grep/)

[grepcidr](https://www.pc-tools.net/unix/grepcidr/)

# SOURCE

The development version is on github at [https://github.com/robrwo/perl-ipgrep](https://github.com/robrwo/perl-ipgrep) and may be cloned from
[git://github.com:robrwo/perl-ipgrep.git](git://github.com:robrwo/perl-ipgrep.git).

# BUGS

Please report any bugs or feature requests on the bugtracker website
[https://github.com/robrwo/perl-ipgrep/issues](https://github.com/robrwo/perl-ipgrep/issues).

When submitting a bug or request, please include a test-file or a
patch to an existing test-file that illustrates the bug or desired
feature.

# AUTHOR

Robert Rothenberg

# COPYRIGHT AND LICENCE

This software is copyright (c) 2023-2024 by Robert Rothenberg.

This is free software, licensed under The Artistic License 2.0 (GPL Compatible).