#!/bin/bash
echo "Active interfaces"
echo "-----------------"
/sbin/ifconfig | egrep "^[a-z]" | cut -d' ' -f1
