<?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 files created before 19:00 hrs CST in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/delete-files-created-before-19-00-hrs-cst/m-p/4483519#M38007</link>
    <description>&amp;gt;could you please let me know the meaning of "+8"?&lt;BR /&gt;&lt;BR /&gt;These aren't the droids you're looking for. :-)&lt;BR /&gt;"-mtime +8" says files modified more than 8 days ago.&lt;BR /&gt;&lt;BR /&gt;As Steven said, you should be looking at -newer and a reference file.</description>
    <pubDate>Fri, 21 Aug 2009 05:19:51 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2009-08-21T05:19:51Z</dc:date>
    <item>
      <title>Delete files created before 19:00 hrs CST</title>
      <link>https://community.hpe.com/t5/operating-system-linux/delete-files-created-before-19-00-hrs-cst/m-p/4483513#M38001</link>
      <description>Hi, i need to built a shell wich delete files.&lt;BR /&gt;the userid will be located in the path:&lt;BR /&gt;/users/user1/&lt;BR /&gt;&lt;BR /&gt;under this path are being created several files each day ..the user id user1 needs to delete files craeted until 19:00 hrs CST&lt;BR /&gt;&lt;BR /&gt;what command can i use to do that?&lt;BR /&gt;I think there is acommand to do that, please let me know.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Regards.  &lt;BR /&gt;</description>
      <pubDate>Thu, 20 Aug 2009 23:34:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/delete-files-created-before-19-00-hrs-cst/m-p/4483513#M38001</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2009-08-20T23:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Delete files created before 19:00 hrs CST</title>
      <link>https://community.hpe.com/t5/operating-system-linux/delete-files-created-before-19-00-hrs-cst/m-p/4483514#M38002</link>
      <description>&lt;!--!*#--&gt;For much discussion and many examples, try a&lt;BR /&gt;Forum search for keywords like:&lt;BR /&gt;      find newer touch&lt;BR /&gt;&lt;BR /&gt;Or:&lt;BR /&gt;      man find&lt;BR /&gt;      man touch</description>
      <pubDate>Fri, 21 Aug 2009 00:41:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/delete-files-created-before-19-00-hrs-cst/m-p/4483514#M38002</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-08-21T00:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Delete files created before 19:00 hrs CST</title>
      <link>https://community.hpe.com/t5/operating-system-linux/delete-files-created-before-19-00-hrs-cst/m-p/4483515#M38003</link>
      <description>i found this script ...&lt;BR /&gt;&lt;BR /&gt;set `date`&lt;BR /&gt;LOG="/home/cadm/shell/log/delete.arch.C1.$2$3.$4.log"&lt;BR /&gt;BUSQ="/oracle/C1/saparch"&lt;BR /&gt;&lt;BR /&gt;find $BUSQ -name "C1*.dbf" -mtime +8 -exec ll {} \; &amp;gt;&amp;gt; $LOG&lt;BR /&gt;find $BUSQ -name "C1*.dbf" -mtime +8 -exec rm {} \;&lt;BR /&gt;&lt;BR /&gt;could you please let me know the meaning of "+8" ? &lt;BR /&gt;how could i runthe command in order to delete files until 19:00 hrs?&lt;BR /&gt;&lt;BR /&gt;thanks in advance.</description>
      <pubDate>Fri, 21 Aug 2009 03:01:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/delete-files-created-before-19-00-hrs-cst/m-p/4483515#M38003</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2009-08-21T03:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Delete files created before 19:00 hrs CST</title>
      <link>https://community.hpe.com/t5/operating-system-linux/delete-files-created-before-19-00-hrs-cst/m-p/4483516#M38004</link>
      <description>&lt;!--!*#--&gt;&amp;gt; i found this script ...&lt;BR /&gt;&lt;BR /&gt;Does it have "newer" in it anywhere?  If not,&lt;BR /&gt;then keep looking.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; could you please let me know the meaning of&lt;BR /&gt;&amp;gt; "+8" ? &lt;BR /&gt;&lt;BR /&gt;Yes.  Or, you could read "man find".&lt;BR /&gt;&lt;BR /&gt;&amp;gt;       man find&lt;BR /&gt;&lt;BR /&gt;Still a good idea.</description>
      <pubDate>Fri, 21 Aug 2009 03:25:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/delete-files-created-before-19-00-hrs-cst/m-p/4483516#M38004</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-08-21T03:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Delete files created before 19:00 hrs CST</title>
      <link>https://community.hpe.com/t5/operating-system-linux/delete-files-created-before-19-00-hrs-cst/m-p/4483517#M38005</link>
      <description>i do not understand, that is why i am asking !!!</description>
      <pubDate>Fri, 21 Aug 2009 03:34:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/delete-files-created-before-19-00-hrs-cst/m-p/4483517#M38005</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2009-08-21T03:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Delete files created before 19:00 hrs CST</title>
      <link>https://community.hpe.com/t5/operating-system-linux/delete-files-created-before-19-00-hrs-cst/m-p/4483518#M38006</link>
      <description>&lt;!--!*#--&gt;&amp;gt; i do not understand, that is why i am&lt;BR /&gt;&amp;gt; asking !!!&lt;BR /&gt;&lt;BR /&gt;What don't you understand?  How to do a Forum&lt;BR /&gt;search for:&lt;BR /&gt;      find newer touch&lt;BR /&gt;???&lt;BR /&gt;&lt;BR /&gt;Questions just like this have been asked and&lt;BR /&gt;answered many times before.  The old answers&lt;BR /&gt;are just about as good as any new answers&lt;BR /&gt;you'll get here.</description>
      <pubDate>Fri, 21 Aug 2009 04:38:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/delete-files-created-before-19-00-hrs-cst/m-p/4483518#M38006</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-08-21T04:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Delete files created before 19:00 hrs CST</title>
      <link>https://community.hpe.com/t5/operating-system-linux/delete-files-created-before-19-00-hrs-cst/m-p/4483519#M38007</link>
      <description>&amp;gt;could you please let me know the meaning of "+8"?&lt;BR /&gt;&lt;BR /&gt;These aren't the droids you're looking for. :-)&lt;BR /&gt;"-mtime +8" says files modified more than 8 days ago.&lt;BR /&gt;&lt;BR /&gt;As Steven said, you should be looking at -newer and a reference file.</description>
      <pubDate>Fri, 21 Aug 2009 05:19:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/delete-files-created-before-19-00-hrs-cst/m-p/4483519#M38007</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-08-21T05:19:51Z</dc:date>
    </item>
  </channel>
</rss>

