<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Uniq on Linux Café</title>
    <link>https://mrtomlinux.org/tags/uniq/</link>
    <description>Recent content in Uniq on Linux Café</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Mon, 18 May 2026 10:31:59 +0200</lastBuildDate>
    <atom:link href="https://mrtomlinux.org/tags/uniq/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Taming Duplicate Logs with uniq, sort, and a Dash of jq</title>
      <link>https://mrtomlinux.org/post/2026-05-18-taming-duplicate-logs-with-uniq-sort-and-a-da/</link>
      <pubDate>Mon, 18 May 2026 10:31:59 +0200</pubDate>
      <guid>https://mrtomlinux.org/post/2026-05-18-taming-duplicate-logs-with-uniq-sort-and-a-da/</guid>
      <description>&lt;h2 id=&#34;introduction-to-log-management&#34;&gt;Introduction to Log Management&lt;/h2&gt;&#xA;&lt;p&gt;As a Linux user, you&amp;rsquo;re probably familiar with the importance of logs. I&amp;rsquo;ve seen this go wrong when trying to debug an issue or monitor system performance - duplicate logs can be overwhelming. In this article, we&amp;rsquo;ll explore how to remove duplicates using &lt;code&gt;uniq&lt;/code&gt;, &lt;code&gt;sort&lt;/code&gt;, and &lt;code&gt;jq&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;understanding-the-problem&#34;&gt;Understanding the Problem&lt;/h2&gt;&#xA;&lt;p&gt;Duplicate logs can come from multiple sources: multiple instances of the same service, redundant logging mechanisms, or simple configuration mistakes. The real trick is to identify the cause and develop a strategy for removing duplicates. Don&amp;rsquo;t bother with trying to manually sift through logs - that&amp;rsquo;s a surefire way to waste time and miss important trends.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
