1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 07:55:24 +02:00

ping: edit page (#13343)

Co-authored-by: spageektti <git@spageektti.cc>
This commit is contained in:
Fazle Arefin 2024-08-03 06:45:21 +10:00 committed by GitHub
parent f290a90465
commit 9b863d1db5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,3 +26,7 @@
- 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}}`