<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Comments on snippet: 'Find files last modified by time'</title>
    <description>Snipplr comments feed</description>
    <link>https://ipv6.snipplr.com/</link>
    <lastBuildDate>Sat, 04 Apr 2026 10:05:22 +0000</lastBuildDate>
    <item>
      <title>AlyssaLauren8293 said on 04/Mar/2023</title>
      <link>https://ipv6.snipplr.com/view/55099/find-files-last-modified-by-time</link>
      <description>&lt;p&gt;If you need to find files that have been modified within the past few days, the command `find . -mtime -7` can be used to locate all files &lt;a href="https://www.luminartechnolab.com/course-detail/asp.net-training-kochi"&gt;asp.net training in kochi&lt;/a&gt; that have been modified within the last 7 days. Similarly, the command `find . -mtime +3` can be used to find all files that have been modified before the past 3 days. Using these commands, you can easily search for files that have been modified within a specified time frame.&lt;/p&gt;</description>
      <pubDate>Sat, 04 Mar 2023 10:53:06 UTC</pubDate>
      <guid>https://ipv6.snipplr.com/view/55099/find-files-last-modified-by-time</guid>
    </item>
  </channel>
</rss>
