#! /bin/sh # $Id: inetstat,v 1.1 1997/08/27 23:06:17 friedman Exp $ netstat ${1+"$@"} \ | sed -n -e '/^Active UNIX/q' \ -e 's/[ ]*$//' \ -e p