https://github.com/robrwo/perl-ipgrep
grep by ip address
https://github.com/robrwo/perl-ipgrep
Last synced: 4 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-18T14:56:16.000Z (6 months ago)
- Last Synced: 2025-01-31T09:22:52.562Z (4 months ago)
- Language: Perl
- Size: 78.1 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
- Security: SECURITY.md
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).