Update cheatsheets

This commit is contained in:
ivuorinen
2024-08-03 00:14:57 +00:00
parent 2b1e94b731
commit 76321127ee
3 changed files with 49 additions and 0 deletions

View File

@@ -31,3 +31,7 @@ source: https://github.com/tldr-pages/tldr.git
- Also display a message if no response was received:
`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 -c {{count}} -W {{seconds}} -w {{seconds}} {{host}}`