Hi All,
I need help in below command
/bin/ping -c 2 -W 5 $remotehost | grep \"[12] received\"
I just want to get the output out of the above command. Please can anybody help in this?
1 received
2 received
Thanks & regards,
I need help in below command
/bin/ping -c 2 -W 5 $remotehost | grep \"[12] received\"
I just want to get the output out of the above command. Please can anybody help in this?
1 received
2 received
Thanks & regards,
Comment