<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="https://sandfox.me/assets/xml/atom.xsl" type="text/xsl media="all"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom">
  <title>Sand Fox (Posts about find)</title>
  <id>https://sandfox.me/tags/find.xml</id>
  <updated>2026-01-05T10:06:07Z</updated>
  <author>
    <name>Anton Smirnov</name>
  </author>
  <link rel="self" type="application/atom+xml" href="https://sandfox.me/tags/find.xml"/>
  <link rel="alternate" type="text/html" href="https://sandfox.me/tags/find.html"/>
  <generator uri="https://getnikola.com/">Nikola</generator>
  <entry>
    <title>Count files by extension</title>
    <id>https://sandfox.me/linux/count-by-ext.html</id>
    <updated>2025-07-11T07:23:00+03:00</updated>
    <published>2025-07-11T07:23:00+03:00</published>
    <author>
      <name>Anton Smirnov</name>
    </author>
    <link rel="alternate" type="text/html" href="https://sandfox.me/linux/count-by-ext.html"/>
    <summary type="html">&lt;div&gt;&lt;p&gt;TL;DR:&lt;/p&gt;
&lt;div class="code"&gt;&lt;pre class="code bash"&gt;&lt;a id="rest_code_c9f688592bd843dab9e15b55e1a438ad-1" name="rest_code_c9f688592bd843dab9e15b55e1a438ad-1" href="https://sandfox.me/linux/count-by-ext.html#rest_code_c9f688592bd843dab9e15b55e1a438ad-1"&gt;&lt;/a&gt;find&lt;span class="w"&gt; &lt;/span&gt;.&lt;span class="w"&gt; &lt;/span&gt;-type&lt;span class="w"&gt; &lt;/span&gt;f&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;|&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;sed&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s1"&gt;'s/.*\///; s/^\.//; /\./! s/$/./; s/.*\.//'&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;|&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;sort&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;|&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;uniq&lt;span class="w"&gt; &lt;/span&gt;-c&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;|&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;sort&lt;span class="w"&gt; &lt;/span&gt;-nr
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="https://sandfox.me/linux/count-by-ext.html"&gt;Read more…&lt;/a&gt; (1 min remaining to read)&lt;/p&gt;&lt;/div&gt;</summary>
    <category term="find" label="find"/>
    <category term="sed" label="sed"/>
    <category term="sort" label="sort"/>
    <category term="uniq" label="uniq"/>
  </entry>
</feed>
