Popular recipes tagged "oneliner" but not "sed"http://code.activestate.com/recipes/tags/oneliner-sed/2012-10-01T17:16:27-07:00ActiveState Code RecipesGet MAC address of current interface in one line of code (Python)
2012-10-01T17:16:27-07:00Leonid Vasilyevhttp://code.activestate.com/recipes/users/4183776/http://code.activestate.com/recipes/578277-get-mac-address-of-current-interface-in-one-line-o/
<p style="color: grey">
Python
recipe 578277
by <a href="/recipes/users/4183776/">Leonid Vasilyev</a>
(<a href="/recipes/tags/networking/">networking</a>, <a href="/recipes/tags/oneliner/">oneliner</a>).
Revision 2.
</p>
<p>uuid.getnode represents current mac address as an integer,
this one-liner formats this number in a standard mac adress form (i.e. bytes splitted by :)</p>