mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-04 05:55:21 +00:00
Update cheatsheets
This commit is contained in:
@@ -32,6 +32,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`ping -O {{host}}`
|
||||
|
||||
- Ping a host with specific number of pings, timeout (`-W`) for each reply, and total time limit (`-w`) of the entire ping run:
|
||||
- Ping a host with specific number of pings, per-packet response timeout (`-W`), and total time limit (`-w`) of the entire ping run:
|
||||
|
||||
`ping -c {{count}} -W {{seconds}} -w {{seconds}} {{host}}`
|
||||
|
||||
Reference in New Issue
Block a user