Update cheatsheets

This commit is contained in:
ivuorinen
2025-02-02 00:18:34 +00:00
parent 6a2d6bb8c0
commit a3844df520
3 changed files with 72 additions and 1 deletions

View File

@@ -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}}`