Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Latest commit

 

History

History
45 lines (24 loc) · 1.15 KB

File metadata and controls

45 lines (24 loc) · 1.15 KB

Command-Line Help for ipgrep

This document contains the help content for the ipgrep command-line program.

Command Overview:

ipgrep

search for IP addresses in text files

Usage: ipgrep [OPTIONS] [FILE]...

Arguments:
  • <FILE>
Options:
  • -i, --include <INCLUDE> — display only lines who match ALL of the specified criteria. Values are delimited with comma

    Possible values: ipv4, ipv6, public, private, loopback

  • -x, --exclude <EXCLUDE> — hide lines who match ANY of the specified criteria. Values are delimited with comma

    Possible 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 colors

    Possible values: true, false

  • -v, --verbose — Increase logging verbosity

  • -q, --quiet — Decrease logging verbosity


This document was generated automatically by clap-markdown.