The MAC address (short for media access control address) is the worldwide unique hardware address of a single network adapter. The physical address is used to identify a device in computer networks. Since MAC addresses are assigned directly by the hardware manufacturer, they are also referred to as hardware addresses.
The easiest way would be to use grep with PCRE: $ ifconfig -a | grep -Po 'HWaddr \K.*$' 74:d4:35:84:34:13 grep -P will enable us to use perl compatible Regex. grep -o will only take the matched portion of the line. We have matched HWaddr before our desired match (MAC addresses) and then discard HWaddr by \K to print only the MAC addresses. @Helio has mentioned an important point, this is Contact - HousingWire HW Media, LLC 433 East Las Colinas Blvd, Suite 830, Irving, TX, 75039 +1 (469) 893-1480 Official Web page of USS GEORGE H.W. BUSH (CVN 77)
HW Home - Local commerce makes a difference - 10 Photos
Jan 11, 2013 Finding your hardware address: Windows 7, 8, and 10 5. In the results, you may need to scroll up to view the appropriate addresses for your computer’s adapters. The hardware and IP addresses will be listed as Physical Address and IPv4 Address, respectively. There may be more than one (if your computer has both a wired and wireless way to connect to the internet, for instance). How to Determine Your Hardware Address | University IT
Official Web page of USS GEORGE H.W. BUSH (CVN 77)
5. In the results, you may need to scroll up to view the appropriate addresses for your computer’s adapters. The hardware and IP addresses will be listed as Physical Address and IPv4 Address, respectively. There may be more than one (if your computer has both a wired and wireless way to connect to the internet, for instance). How to Determine Your Hardware Address | University IT