#!/bin/bash
ifconfig -a -s | awk 'NR > 1 {print $1}'