<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>File Management on Nalar</title>
    <link>https://nalar.dev/tags/file-management/</link>
    <description>Recent content in File Management on Nalar</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 09 Sep 2026 00:00:00 +0700</lastBuildDate>
    <atom:link href="https://nalar.dev/tags/file-management/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Why Files With Numbers in Their Names Can Sort in an Unexpected Order</title>
      <link>https://nalar.dev/tech/why-files-with-numbers-in-their-names-can-sort-in-an-unexpected-order/</link>
      <pubDate>Wed, 09 Sep 2026 00:00:00 +0700</pubDate>
      <guid>https://nalar.dev/tech/why-files-with-numbers-in-their-names-can-sort-in-an-unexpected-order/</guid>
      <description>&lt;p&gt;You create files named &lt;code&gt;photo-1&lt;/code&gt;, &lt;code&gt;photo-2&lt;/code&gt;, and &lt;code&gt;photo-10&lt;/code&gt;, then sort the folder by name. You expect 1, 2, 10. In some apps that is exactly what you get. In others, &lt;code&gt;photo-10&lt;/code&gt; may appear before &lt;code&gt;photo-2&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Nothing is necessarily wrong with the files. The difference comes from what &lt;strong&gt;sorting by name&lt;/strong&gt; means to the software doing the sorting. A program can compare filenames as text, or it can recognise runs of digits as numbers and compare their numerical values. Those two rules can produce different orders from the same names.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
