<?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: Remove files with date criteria in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-files-with-date-criteria/m-p/2419593#M766265</link>
    <description>The find command has a criteron that will do what you want.  The find command &lt;BR /&gt;can also remove files as well. Check the man page first, but I beleive the &lt;BR /&gt;following is what you want:  find /tmp -atime +30 -exec rm {} \;&lt;BR /&gt;&lt;BR /&gt;Bruce</description>
    <pubDate>Sun, 12 Mar 2000 09:51:24 GMT</pubDate>
    <dc:creator>Bruce Regittko_3</dc:creator>
    <dc:date>2000-03-12T09:51:24Z</dc:date>
    <item>
      <title>Remove files with date criteria</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-files-with-date-criteria/m-p/2419592#M766264</link>
      <description>I want to create a daemon that remove files in a specified directory (temp &lt;BR /&gt;dirctory). I want this procedure to delete files that are older than a month &lt;BR /&gt;ago. How to do that with unix command? The rm and mv command doesn't include &lt;BR /&gt;parameter for date criteria!!&lt;BR /&gt;&lt;BR /&gt;Thanks for help me.</description>
      <pubDate>Sat, 11 Mar 2000 23:43:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-files-with-date-criteria/m-p/2419592#M766264</guid>
      <dc:creator>Michele Schwob</dc:creator>
      <dc:date>2000-03-11T23:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Remove files with date criteria</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-files-with-date-criteria/m-p/2419593#M766265</link>
      <description>The find command has a criteron that will do what you want.  The find command &lt;BR /&gt;can also remove files as well. Check the man page first, but I beleive the &lt;BR /&gt;following is what you want:  find /tmp -atime +30 -exec rm {} \;&lt;BR /&gt;&lt;BR /&gt;Bruce</description>
      <pubDate>Sun, 12 Mar 2000 09:51:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-files-with-date-criteria/m-p/2419593#M766265</guid>
      <dc:creator>Bruce Regittko_3</dc:creator>
      <dc:date>2000-03-12T09:51:24Z</dc:date>
    </item>
  </channel>
</rss>

