<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Xargs on Linux Café</title>
    <link>https://mrtomlinux.org/tags/xargs/</link>
    <description>Recent content in Xargs on Linux Café</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Tue, 19 May 2026 09:00:02 +0200</lastBuildDate>
    <atom:link href="https://mrtomlinux.org/tags/xargs/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Reclaiming Disk Space with Find and xargs After a Package Manager Mishap</title>
      <link>https://mrtomlinux.org/post/2026-05-19-reclaiming-disk-space-with-find-and-xargs-aft/</link>
      <pubDate>Tue, 19 May 2026 09:00:02 +0200</pubDate>
      <guid>https://mrtomlinux.org/post/2026-05-19-reclaiming-disk-space-with-find-and-xargs-aft/</guid>
      <description>&lt;h2 id=&#34;introduction-to-disk-space-reclamation&#34;&gt;Introduction to Disk Space Reclamation&lt;/h2&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve lost count of how many times I&amp;rsquo;ve run into issues with package managers leaving behind unnecessary files on my Linux systems. This can happen due to incomplete package removals, failed updates, or simply because the package manager didn&amp;rsquo;t clean up after itself. In my experience, this is more common than you&amp;rsquo;d think, especially when using less popular packages or experimenting with different distributions.&lt;/p&gt;&#xA;&lt;h2 id=&#34;identifying-the-problem&#34;&gt;Identifying the Problem&lt;/h2&gt;&#xA;&lt;p&gt;To start reclaiming disk space, you first need to identify where the unnecessary files are located. A good starting point is to use the &lt;code&gt;find&lt;/code&gt; command, which allows you to search for files based on various criteria such as size, modification time, and permissions. For example, to find all files larger than 100MB in the &lt;code&gt;/usr&lt;/code&gt; directory, you can use the following command:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
