Tuesday 18 September 2018

ping with push results in file with timestamp

ping 10.230.0.26 | while read pong; do echo "$(date +%Y-%m-%d\ %H:%M:%S): $pong"; done >>ping_test.log &

No comments:

Post a Comment