Paul Webster wrote:
> Only one LMS.
> Running the command (look for ESTABLISHED) by hand shows the same IP
> address twice.
What does this return?
Code:
--------------------
netstat -nt 2>&1 | grep :3483 | grep ESTABLISHED | uniq -f 4 | awk '{
print $5 }' | grep :3483 | awk -F: '{ print $1 }'
--------------------
Yes the 2 "grep :3483" are required.
------------------------------------------------------------------------
Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403
View this thread: http://forums.slimdevices.com/showthread.php?t=112344
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix