Explorar o código

ping: add -a example (#1027)

David Pavlík %!s(int64=8) %!d(string=hai) anos
pai
achega
c49289b4a7
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      pages/common/ping.md

+ 4 - 0
pages/common/ping.md

@@ -17,3 +17,7 @@
 - Ping host without trying to lookup symbolic names for addresses:
 
 `ping -n {{host}}`
+
+- Ping host and ring the bell when a packet is received (if your terminal supports it):
+
+`ping -a {{host}}`