mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 18:26:00 +02:00
ping: add -O example (#2203)
This commit is contained in:
parent
9225a7b2d5
commit
32d72902c8
1 changed files with 4 additions and 0 deletions
|
@ -21,3 +21,7 @@
|
||||||
- Ping host and ring the bell when a packet is received (if your terminal supports it):
|
- Ping host and ring the bell when a packet is received (if your terminal supports it):
|
||||||
|
|
||||||
`ping -a {{host}}`
|
`ping -a {{host}}`
|
||||||
|
|
||||||
|
- Also display a message if no response was received:
|
||||||
|
|
||||||
|
`ping -O {{host}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue