preg_match('/(\w+\:\w+\:\w+\:\w+\:\w+\:\w+)/', exec("ifconfig | grep 'HWaddr'"), $out); echo $out[1];