#!/bin/sh
#
# enumerate-if	Enumerates all of the currently active interfaces
#
# v1.0	19 July 1998
#####

/sbin/ifconfig | grep "^[a-z]" | cut -c 1-8
