Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/robrwo/perl-ipgrep
- Owner: robrwo
- License: other
- Created: 2023-11-02T22:36:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-10T16:53:18.000Z (about 1 year ago)
- Last Synced: 2023-11-10T17:42:46.789Z (about 1 year ago)
- Language: Perl
- Size: 72.3 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
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).