in reply to Re: Telnet Script exits if any of the machine is un-accessible
in thread Telnet Script exits if any of the machine is un-accessible

You can user nmap instead of all these things.It would be better for you. nmap -p9090 172.16.177.103 | grep 9090 | awk '{print $2}' .This is an Example for that
  • Comment on Re^2: Telnet Script exits if any of the machine is un-accessible