#!/bin/sh
#
# Copyright (C) 1995  Lars Berntzon
#
ifconfig -a | $AWK '$1=="inet"{split($2, arr, ":"); print arr[2]}'
