for en in `netstat -i | grep en | awk '{print $1}' | sort -u | cut -c3` do adapter=`echo ent${en}` entstat -d ${adapter} | grep "Media Speed" done