Introduction - If you have any usage issues, please Google them yourself
One script can split the IP segment into IPs one by one, the other can combine IPs into the IP segment
E.g:
Input:
192.168.1.1 192.168.1.4
Output:
192.168.1.1
192.168.1.2
192.168.1.3
192.168.1.4