Browse Source

ping: add -a example (#1027)

David Pavlík 8 years ago
parent
commit
c49289b4a7
1 changed files with 4 additions and 0 deletions
  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}}`