Command line utility for IP addresses.
The -cidr
flag writes all IPs (in ascending order) belonging to the given CIDR value.
Render all addresses in the prompt
ips -cidr 192.168.0.0/24
Output the result to a file
ips -cidr 192.168.0.0/24 > addresses.txt