Linux Ping Opóźnienie Drukuj na ekranie Plik .sh

ping -qc1 google.com 2>&1 | awk -F'/' 'END{ print (/^rtt/? "OK "$5" ms":"FAIL") }'
Yellowed Yak