ping -c 4 192.168.1.1 |awk -F '[= ]+' '/^64/{print $((NF-1))}' >txt.txt
You must be logged in to post a comment.