Skip navigation.
 
mlRe: MAC Address of machine
FROM : Mario Diana
DATE : Tue Nov 19 16:24:21 2002

On Monday, November 18, 2002, at 09:11  PM, Chilton Webb
<<email_removed>> wrote:

>> This works on my machine :)
>>
>> ifconfig  | grep ether | cut -f 2 -d " "


It doesn't on mine. I used this:

ifconfig en0 | grep ether | awk '{ print $2 }'

:-)
_______________________________________________
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
mlRe: MAC Address of machine Chilton Webb Nov 18, 20:56
mlRe: MAC Address of machine Mario Diana Nov 19, 16:24