Running the following command on a list of IPs and CIDRs prints only the IPs. ``` ipinfo grepip -4hox --include-cidrs --nocolor ``` Intuitively, I'd suggest something like this to produce the same output: ``` ipinfo grepip -4hox --exclude-cidrs --nocolor ```