mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-26 02:12:16 +03:00
ping: add -a example (#1027)
This commit is contained in:
parent
d1e3c7b43e
commit
c49289b4a7
@ -17,3 +17,7 @@
|
|||||||
- Ping host without trying to lookup symbolic names for addresses:
|
- Ping host without trying to lookup symbolic names for addresses:
|
||||||
|
|
||||||
`ping -n {{host}}`
|
`ping -n {{host}}`
|
||||||
|
|
||||||
|
- Ping host and ring the bell when a packet is received (if your terminal supports it):
|
||||||
|
|
||||||
|
`ping -a {{host}}`
|
||||||
|
Loading…
Reference in New Issue
Block a user