From b2c57797a7eb8ea6bc2b87e167b040418f83bf06 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Fri, 13 Nov 2020 20:48:32 -0800 Subject: [PATCH] ping example doesn't use -A There's just no reason for that at all --- bin/feedgnuplot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 26147e3..3cf20a3 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -2309,7 +2309,7 @@ in a Thinkpad. =head2 Plotting a live histogram of the ping round-trip times for the past 20 seconds - $ ping -A -D 8.8.8.8 | + $ ping -D 8.8.8.8 | perl -anE 'BEGIN { $| = 1; } $F[0] =~ s/[\[\]]//g or next; $F[7] =~ s/.*=//g or next;