Validating an IP Address in a Bash Script

Source

I’ve recently written about using bash arrays
and bash regular expressions, so here’s a more useful
example of using them to test IP addresses for validity.

read more

Comments are closed.