mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:02:08 +02:00
ping: add -a example (#1027)
This commit is contained in:
parent
d1e3c7b43e
commit
c49289b4a7
1 changed files with 4 additions and 0 deletions
|
@ -17,3 +17,7 @@
|
|||
- Ping host without trying to lookup symbolic names for addresses:
|
||||
|
||||
`ping -n {{host}}`
|
||||
|
||||
- Ping host and ring the bell when a packet is received (if your terminal supports it):
|
||||
|
||||
`ping -a {{host}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue