SyntaxFix
Write A Post
Hire A Developer
Questions
ping -D -n -O -i1 -W1 8.8.8.8
or maybe
while true; do \ ping -n -w1 -W1 -c1 8.8.8.8 \ | grep -E "rtt|100%" \ | sed -e "s/^/`date` /g"; \ sleep 1; \ done