Hello Guys,
I'm terrible with regex patterns, but i'm looking to grep out a MAC address, which foolows the following pattern.
XX:XX:XX:XX:XX:XX
And the X's can be iether Numbers or Letters.
How could i build this into a GREP statement with the regex pattern.
Thanks,
Rob
I'm terrible with regex patterns, but i'm looking to grep out a MAC address, which foolows the following pattern.
XX:XX:XX:XX:XX:XX
And the X's can be iether Numbers or Letters.
How could i build this into a GREP statement with the regex pattern.
Thanks,
Rob