Search results

  1. N

    Shell Script help

    HI, I am new to shell scripting and need help to modify this in order to ping multiple hosts to decide if the route should be changed. This a sample of a single host that works but I need at least two host to fail before it completes. #!/bin/sh MissPings=0 while true; do ping -c 1 1.2.3.4 #...
Top