How to list a range of IP addresses with the Linux seq command
Ever needed to convert IP addresses that someone has written down into a list? eg: 10.0.0.47 to 52 and 192.168.243.5 to 12 Try seq, as follows: Or for my example: You could then redirect the output too: Hope this is useful.