On Mon, 15 Mar 1999, Bill Studenmund wrote:
>
> like:
>
> < $MPBYUID grep -v toor |uniq -d -f 1 | awk '{ print $2 }' > $TMP2
..errr.. egrep -v '^toor:' ... or, at least, something less likely to catch
other accounts... stoor, toors, etc, etc...