728x90

ping sbpaek.tistory.com | while read pong; do echo "$(date): $pong"; done

ping -D -c 3 sbpaek.tistory.com | awk '{if(gsub(/\[|\]/, "", $1)) {$1= strftime("[%F %T]", $1); print} else print }'

728x90

+ Recent posts