From c49289b4a75f7fb45c614cb0ecbe237afca767ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Pavl=C3=ADk?= Date: Fri, 23 Sep 2016 16:47:43 +0200 Subject: [PATCH] ping: add -a example (#1027) --- pages/common/ping.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/ping.md b/pages/common/ping.md index 9fdabf1ae9..ae524a9cfa 100644 --- a/pages/common/ping.md +++ b/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}}`