<?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: find command in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/find-command/m-p/3723438#M21644</link>
    <description>Very simple, just change -30 to +30, the argument is like this:&lt;BR /&gt;&lt;BR /&gt;-30 From now to 30 days ago&lt;BR /&gt;+30 Since 30 days or more&lt;BR /&gt;30 Exaclty 30 days</description>
    <pubDate>Thu, 02 Feb 2006 16:09:22 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2006-02-02T16:09:22Z</dc:date>
    <item>
      <title>find command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-command/m-p/3723436#M21642</link>
      <description>I would like to run a find command that display 2005 logs directory.&lt;BR /&gt;&lt;BR /&gt;I tried "find . -type d -mtime -30", but it display the logs from "today" to 30 days ago....&lt;BR /&gt;&lt;BR /&gt;how do I display the log that is older than 30 days..&lt;BR /&gt;&lt;BR /&gt;thank you</description>
      <pubDate>Thu, 02 Feb 2006 15:34:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-command/m-p/3723436#M21642</guid>
      <dc:creator>Gemini_2</dc:creator>
      <dc:date>2006-02-02T15:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: find command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-command/m-p/3723437#M21643</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Try type f.&lt;BR /&gt;&lt;BR /&gt;Any time a directory has any file updated in it, it may get its time and date stamp updated.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 02 Feb 2006 16:02:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-command/m-p/3723437#M21643</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-02-02T16:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: find command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-command/m-p/3723438#M21644</link>
      <description>Very simple, just change -30 to +30, the argument is like this:&lt;BR /&gt;&lt;BR /&gt;-30 From now to 30 days ago&lt;BR /&gt;+30 Since 30 days or more&lt;BR /&gt;30 Exaclty 30 days</description>
      <pubDate>Thu, 02 Feb 2006 16:09:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-command/m-p/3723438#M21644</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-02-02T16:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: find command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-command/m-p/3723439#M21645</link>
      <description>yes, I used "30" and that doesnt work...+ is perfect..thank you&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Feb 2006 18:34:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-command/m-p/3723439#M21645</guid>
      <dc:creator>Gemini_2</dc:creator>
      <dc:date>2006-02-02T18:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: find command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-command/m-p/3723440#M21646</link>
      <description>Older than 30 days,&lt;BR /&gt;&lt;BR /&gt;You have to use +30 so that it will search 31 or older days. -30 means it will search before 30 days.&lt;BR /&gt;&lt;BR /&gt;So use as,&lt;BR /&gt;&lt;BR /&gt;# find . -type d -mtime +30 &lt;BR /&gt;&lt;BR /&gt;will give that. To remove those directory then,&lt;BR /&gt;&lt;BR /&gt;# find . -type d -mtime +30 -exec rm -irf {} \;&lt;BR /&gt;&lt;BR /&gt;will do.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Fri, 03 Feb 2006 03:07:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-command/m-p/3723440#M21646</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-03T03:07:31Z</dc:date>
    </item>
  </channel>
</rss>

