I have some it's in a text file ips.txt. I want to get the full IP range of each IP from that list.
The following is included in ips.txt
37.123.206.198
115.84.182.49
154.16.116.35
115.84.182.49
142.250.192.14
112.78.2.75
How can I get the full IP range of each ip? 1-255
Example (with first IP)
37.123.206.198
37.123.1.1
37.123.2.1
37.123.3.1
37.123.4.1
.
.
.
37.123.255.1
37.123.1.2
37.123.2.2
37.123.3.2
37.123.4.2