# Command-Line Help for `ipgrep` This document contains the help content for the `ipgrep` command-line program. **Command Overview:** * [`ipgrep`↴](#ipgrep) ## `ipgrep` search for IP addresses in text files **Usage:** `ipgrep [OPTIONS] [FILE]...` ###### **Arguments:** * `` ###### **Options:** * `-i`, `--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 ` — 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 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.