Convert an IP Address to a Number
There are many occasions when it can be useful to take the IP address of a host and convert that into a decimal number. Create a new file called ip2dec on your system containing the following code Then make the file executable by running This script will take a single IP address as an input … Read more