Check for IP validity
05:25 08 Dec 2012

How do I check the validity of an IP address in a shell script, that is within the range 0.0.0.0 to 255.255.255.255?

linux shell