cidr
all
Simplifies IPv4/IPv6 CIDR network prefix management with counting, overlap checking, explanation, and subdivision.
More info →Examples (5)
Explain a CIDR range
cidr explain 10.0.0.0/16Check whether an address belongs to a CIDR range
cidr contains 10.0.0.0/16 10.0.14.5Get a count of all addresses in a CIDR range
cidr count 10.0.0.0/16Check whether two CIDR ranges overlap
cidr overlaps 10.0.0.0/16 10.0.14.0/22Divide a CIDR range into a specific number of networks
cidr divide 10.0.0.0/16 9made by @shridhargupta | data from tldr-pages