mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:22:07 +02:00
ping page: add -n param
This commit is contained in:
parent
c2c73e94ae
commit
add98df98e
1 changed files with 4 additions and 0 deletions
|
@ -13,3 +13,7 @@
|
|||
- Ping host, waiting for 0.5 s between each request (default is 1 s)
|
||||
|
||||
`ping -i 0.5 {{host}}`
|
||||
|
||||
- Ping host without trying to lookup symbolic names for addresses
|
||||
|
||||
`ping -n {{host}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue