<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Delete/Move files based on date in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/delete-move-files-based-on-date/m-p/3956847#M27306</link>
    <description>Ivan, I think I must change de "-mtime" by anny timestamp value, but I do not know the syntax of this value, could you help with some examples?</description>
    <pubDate>Tue, 13 Mar 2007 16:36:43 GMT</pubDate>
    <dc:creator>Tonatiuh</dc:creator>
    <dc:date>2007-03-13T16:36:43Z</dc:date>
    <item>
      <title>Delete/Move files based on date</title>
      <link>https://community.hpe.com/t5/operating-system-linux/delete-move-files-based-on-date/m-p/3956845#M27304</link>
      <description>Red Hat Enterprise Linux&lt;BR /&gt;&lt;BR /&gt;How can I delete all files older than certain date?</description>
      <pubDate>Tue, 06 Mar 2007 17:39:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/delete-move-files-based-on-date/m-p/3956845#M27304</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2007-03-06T17:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Delete/Move files based on date</title>
      <link>https://community.hpe.com/t5/operating-system-linux/delete-move-files-based-on-date/m-p/3956846#M27305</link>
      <description>To find files older than 30 days use:&lt;BR /&gt;&lt;BR /&gt;find /path -type f -mtime +30 -exec rm {} \;&lt;BR /&gt;&lt;BR /&gt;To find based on a specific date, James Ferguson has an exelent example here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1048222" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1048222&lt;/A&gt;</description>
      <pubDate>Tue, 06 Mar 2007 19:11:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/delete-move-files-based-on-date/m-p/3956846#M27305</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-03-06T19:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Delete/Move files based on date</title>
      <link>https://community.hpe.com/t5/operating-system-linux/delete-move-files-based-on-date/m-p/3956847#M27306</link>
      <description>Ivan, I think I must change de "-mtime" by anny timestamp value, but I do not know the syntax of this value, could you help with some examples?</description>
      <pubDate>Tue, 13 Mar 2007 16:36:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/delete-move-files-based-on-date/m-p/3956847#M27306</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2007-03-13T16:36:43Z</dc:date>
    </item>
  </channel>
</rss>

