Skip navigation.
 
mlRe: MAC Address of machine.
FROM : Jerry LeVan
DATE : Mon Nov 18 17:53:30 2002

Hi,

This works on my machine :)

ifconfig  | grep ether | cut -f 2 -d " "

For a quick and dirty solution you could pass the above string to ppipe
And read the output.

--Jerry
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlMAC Address of machine. Peter Hudson Nov 18, 00:27
mlRe: MAC Address of machine. Terence G4 Mac Nov 18, 04:16
mlRe: MAC Address of machine. Pierre-Olivier Lat… Nov 18, 04:48
mlRe: MAC Address of machine. Ryan McGann Nov 18, 07:04
mlRe: MAC Address of machine. Jerry LeVan Nov 18, 17:53