<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>German on Amit Agarwal Linux Blog</title>
    <link>/tags/german/</link>
    <description>Recent content in German on Amit Agarwal Linux Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Tue, 19 Mar 2013 11:44:38 +0000</lastBuildDate>
    
	<atom:link href="/tags/german/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>duff – find duplicate files.</title>
      <link>/2013/03/19/duff-find-duplicate-files/</link>
      <pubDate>Tue, 19 Mar 2013 11:44:38 +0000</pubDate>
      
      <guid>/2013/03/19/duff-find-duplicate-files/</guid>
      <description>&lt;p&gt;duff – description:&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Description : Duff is a &lt;a class=&#34;zem_slink&#34; title=&#34;Console application&#34; href=&#34;http://en.wikipedia.org/wiki/Console_application&#34; target=&#34;_blank&#34; rel=&#34;wikipedia&#34;&gt;command-line utility&lt;/a&gt; for quickly finding d&lt;/p&gt;
&lt;figure style=&#34;width: 216px&#34; class=&#34;wp-caption alignright&#34;&gt;&lt;a href=&#34;http://www.flickr.com/photos/36938765@N04/3402661324&#34; target=&#34;_blank&#34;&gt;&lt;img class=&#34;zemanta-img-inserted zemanta-img-configured&#34; title=&#34;AURA Console&#34; alt=&#34;AURA Console&#34; src=&#34;https://i2.wp.com/farm4.static.flickr.com/3664/3402661324_c0cfc8fe54_m.jpg?resize=216%2C132&#34; width=&#34;216&#34; height=&#34;132&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;&lt;figcaption class=&#34;wp-caption-text&#34;&gt;AURA Console (Photo credit: jameswatts.solfenix)&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;uplicates in a&lt;br&gt;
given set of files&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;and now time to execute :&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;pre class=&#34;brush: bash; gutter: true; first-line: 1&#34;&gt;find . -type f -print0|duff -e0|&lt;a class=&#34;zem_slink&#34; title=&#34;Xargs&#34; href=&#34;http://en.wikipedia.org/wiki/Xargs&#34; target=&#34;_blank&#34; rel=&#34;wikipedia&#34;&gt;xargs&lt;/a&gt; -0&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;This will print a list of duplicate files. If you directly want to delete them then you can use them in a rm command directly like ::&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
