pingに日付を表示したい

コマンドで一発

ping localhost | while read pong; do echo "$(date): $pong"; done