This document contains the help content for the ipgrep command-line program.
Command Overview:
search for IP addresses in text files
Usage: ipgrep [OPTIONS] [FILE]...
<FILE>
-
-i,--include <INCLUDE>— display only lines who match ALL of the specified criteria. Values are delimited with commaPossible values:
ipv4,ipv6,public,private,loopback -
-x,--exclude <EXCLUDE>— hide lines who match ANY of the specified criteria. Values are delimited with commaPossible values:
ipv4,ipv6,public,private,loopback -
-I,--ignore-ips <IGNORE_IPS>— ignore any of the specified IP addresses. Values are delimited with comma -
-c,--colors— highlight interesting content using colorsPossible values:
true,false -
-v,--verbose— Increase logging verbosity -
-q,--quiet— Decrease logging verbosity
This document was generated automatically by
clap-markdown.