1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:05:59 +02:00

ping: add -O example (#2203)

This commit is contained in:
Starbeamrainbowlabs 2018-07-19 13:56:58 +01:00 committed by GitHub
parent 9225a7b2d5
commit 32d72902c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,3 +21,7 @@
- Ping host and ring the bell when a packet is received (if your terminal supports it):
`ping -a {{host}}`
- Also display a message if no response was received:
`ping -O {{host}}`