Iplist.Lister

Summary

Expand a string representation of an IP range and output each IP on a line

Treat each line from standard input as a string representation of an IP range, expand the range(s) and output each IP on a line

Functions

expand(str)

Expand a string representation of an IP range and output each IP on a line.

readlines()

Treat each line from standard input as a string representation of an IP range, expand the range(s) and output each IP on a line.