Re: MAC Address of machine
Re: MAC Address of machine
- Subject: Re: MAC Address of machine
- From: Mario Diana <email@hidden>
- Date: Tue, 19 Nov 2002 10:24:21 -0500
On Monday, November 18, 2002, at 09:11 PM, Chilton Webb
<email@hidden> 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@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.