Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ping 8.8.8.8 | while read pong; do echo "$(date +%F_%T) - - $pong"; done >> file.txt
インターネットが切断されると、テキスト ファイルではなく端末 (termux android) でのみ「Destination Unreachable」が表示されます。テキストファイルにもエラーメッセージが必要です。