<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>AskDBA.org Forum &#187; Topic: Unix Tip: How To Remove Log Files Older Than 10 Days</title>
<link>http://www.forum.askdba.org/</link>
<description>Forum for Oracle DBA&#039;s</description>
<language>en</language>
<pubDate>Sun, 12 Feb 2012 11:34:41 +0000</pubDate>

<item>
<title>Saurabh Sood on "Unix Tip: How To Remove Log Files Older Than 10 Days"</title>
<link>http://www.forum.askdba.org/topic/unix-tip-how-to-remove-log-files-older-than-10-days#post-82</link>
<pubDate>Fri, 28 Aug 2009 12:04:24 +0000</pubDate>
<dc:creator>Saurabh Sood</dc:creator>
<guid isPermaLink="false">82@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Use the below given command to remove logfiles older than 10 days:&#60;/p&#62;
&#60;p&#62;cd to the directory where the files are located:&#60;br /&#62;
$ cd /u01/app/oracle/admin/orcl/bdump&#60;br /&#62;
$ find . -name &#34;*.log&#34;  -mtime +10 -exec rm -f {} \;&#60;br /&#62;
OR&#60;br /&#62;
$ find /u01/app/oracle/admin/orcl/bdump/ -name &#34;*.log&#34; -mtime +10 -exec rm -f {} \;
&#60;/p&#62;</description>
</item>

</channel>
</rss>

