Wednesday, April 25, 2012

Matching IP address on Bash

I use bash very often, this is a tip on how to match an IPv4 address and address list using bash. It makes use of the Bash's matching operator ~=. Enjoy it!

No comments:

Post a Comment