<?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 script help in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/script-help/m-p/5798853#M53887</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need help in deleting files from different folders older than x days, folder1, folder2, folder3... using a single script.&lt;/P&gt;&lt;P&gt;It should then log what has been removed from these folders and send an e-mail alert.&lt;/P&gt;&lt;P&gt;Can somebody please help me? Thanks in advance&lt;/P&gt;</description>
    <pubDate>Mon, 10 Sep 2012 08:44:52 GMT</pubDate>
    <dc:creator>jitjose</dc:creator>
    <dc:date>2012-09-10T08:44:52Z</dc:date>
    <item>
      <title>script help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-help/m-p/5798853#M53887</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need help in deleting files from different folders older than x days, folder1, folder2, folder3... using a single script.&lt;/P&gt;&lt;P&gt;It should then log what has been removed from these folders and send an e-mail alert.&lt;/P&gt;&lt;P&gt;Can somebody please help me? Thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2012 08:44:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-help/m-p/5798853#M53887</guid>
      <dc:creator>jitjose</dc:creator>
      <dc:date>2012-09-10T08:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: script help (find)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-help/m-p/5799879#M53891</link>
      <description>&lt;P&gt;&amp;gt;I need help in deleting files from different folders older than x days, folder1, folder2, folder3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You should start with find, where $DAYS has your x days:&lt;/P&gt;&lt;P&gt;find directory1 directory2 directory3 -mtime +$DAYS &amp;gt; remove_list&lt;/P&gt;&lt;P&gt;rm -rf $(&amp;lt; remove_list)&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2012 03:14:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-help/m-p/5799879#M53891</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2012-09-11T03:14:46Z</dc:date>
    </item>
  </channel>
</rss>

