#!/bin/bash
ifconfig -a | cut -c 1-10 | sort | uniq | egrep "\w+" | egrep -v "^lo"
