Hi,
got a lot of quick responses and somewhat humurous. Sorry to confuse
some folks :-)
Thanks to:
Mandell Degerness, David Bremer, bchill_at_bch.net and I hope I haven't
forgotten anyone.
Here is the script I used (for now)
>Using ksh:
>
>for f in `awk -f\/ '{print $3}' filename`
>do
> grep $f /etc/passwd
>done
I'll work on it from there to go into other stuff.
thanks,
Allan
Received on Fri Oct 03 1997 - 03:11:13 NZST