From a060115f62061039758dd3cadae97889c4eadb1b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 26 Aug 2024 23:07:43 +0300 Subject: Update content for html --- gemfeed/2023-09-25-dtail-usage-examples.html | 34 ++++++++++++++-------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'gemfeed/2023-09-25-dtail-usage-examples.html') diff --git a/gemfeed/2023-09-25-dtail-usage-examples.html b/gemfeed/2023-09-25-dtail-usage-examples.html index 245bb52c..a233c9a4 100644 --- a/gemfeed/2023-09-25-dtail-usage-examples.html +++ b/gemfeed/2023-09-25-dtail-usage-examples.html @@ -12,23 +12,6 @@
Published at 2023-09-25T14:57:42+03:00

-

Table of Contents


-
-
-

Introduction


-
Hey there. As I am pretty busy this month personally (I am now on Paternity Leave) and as I still want to post once monthly, the blog post of this month will only be some DTail usage examples. They're from the DTail documentation, but not all readers of my blog may be aware of those!

DTail is a distributed DevOps tool for tailing, grepping, catting logs and other text files on many remote machines at once which I programmed in Go.
@@ -49,6 +32,23 @@ | |
+

Table of Contents


+
+
+

Commands


+
DTail consists out of a server and several client binaries. In this post, I am showcasing their use!