Re: MAC Address of machine.
Re: MAC Address of machine.
- Subject: Re: MAC Address of machine.
- From: Jerry LeVan <email@hidden>
- Date: Mon, 18 Nov 2002 11:53:30 -0500
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@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.