Quellcode durchsuchen

ping: add -O example (#2203)

Starbeamrainbowlabs vor 6 Jahren
Ursprung
Commit
32d72902c8
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 4 0
      pages/common/ping.md

+ 4 - 0
pages/common/ping.md

@@ -21,3 +21,7 @@
 - Ping host and ring the bell when a packet is received (if your terminal supports it):
 - Ping host and ring the bell when a packet is received (if your terminal supports it):
 
 
 `ping -a {{host}}`
 `ping -a {{host}}`
+
+- Also display a message if no response was received:
+
+`ping -O {{host}}`