<?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: how delete files before date in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/how-delete-files-before-date/m-p/5046510#M36105</link>
    <description>I used to use purge like..&lt;BR /&gt;&lt;BR /&gt;$ purge/before="TODAY-15-00:00"&lt;BR /&gt;&lt;BR /&gt;..keeps at least one version around.</description>
    <pubDate>Mon, 14 May 2007 15:15:10 GMT</pubDate>
    <dc:creator>Dean McGorrill</dc:creator>
    <dc:date>2007-05-14T15:15:10Z</dc:date>
    <item>
      <title>how delete files before date</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-delete-files-before-date/m-p/5046506#M36101</link>
      <description>I've to create a dcl procedure (so I can schedule it) in order to delete files in a directory, but delete only files older than 15 days ago. &lt;BR /&gt;&lt;BR /&gt;How can I delete files in a directory older than "15 days" before today ?&lt;BR /&gt;&lt;BR /&gt;best regards,&lt;BR /&gt;any help would be appreciated !&lt;BR /&gt;Luciano&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 May 2007 09:42:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-delete-files-before-date/m-p/5046506#M36101</guid>
      <dc:creator>Luciano Quaglia</dc:creator>
      <dc:date>2007-05-14T09:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: how delete files before date</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-delete-files-before-date/m-p/5046507#M36102</link>
      <description>$ DELETE/BEFORE="TODAY-15-00:00"/LOG/NOCONFIRM  filename&lt;BR /&gt;&lt;BR /&gt;should do it.</description>
      <pubDate>Mon, 14 May 2007 09:59:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-delete-files-before-date/m-p/5046507#M36102</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2007-05-14T09:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: how delete files before date</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-delete-files-before-date/m-p/5046508#M36103</link>
      <description>For example delete the .OBJ files in subdirectory of testfiles&lt;BR /&gt;&lt;BR /&gt;$ DELETE/NOCONFIRM/SINCE=Time[MEIER.TESTFILES]*.OBJ;*&lt;BR /&gt;&lt;BR /&gt;You can specify time as absolute time, as a combination of absolute and delta times, or as one of the following keywords:BOOT, LOGIN, TODAY (default), TOMORROW, or YESTERDAY. Specify one of the following qualifiers with the /SINCE qualifier to indicate the time attribute to be used as the basis for selection.&lt;BR /&gt;</description>
      <pubDate>Mon, 14 May 2007 10:12:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-delete-files-before-date/m-p/5046508#M36103</guid>
      <dc:creator>atul sardana</dc:creator>
      <dc:date>2007-05-14T10:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: how delete files before date</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-delete-files-before-date/m-p/5046509#M36104</link>
      <description>Absolute time includes a specific date or time of day. An absolute date/time has one of the following formats:&lt;BR /&gt;&lt;BR /&gt;        dd-mmm-yyyy&lt;BR /&gt;        hh:mm:ss.cc&lt;BR /&gt;        dd-mmm-yyyy:hh:mm:ss.cc&lt;BR /&gt;        "dd-mmm-yyyy hh:mm:ss.cc"&lt;BR /&gt;        BOOT&lt;BR /&gt;        LOGIN&lt;BR /&gt;        TODAY&lt;BR /&gt;        TOMORROW&lt;BR /&gt;        YESTERDAY&lt;BR /&gt;You can omit any of the trailing fields in the date or time. You can omit any of the fields in the middle of the format as long as you specify the punctuation marks, for example, "-mmm-yyyy hh".&lt;BR /&gt;&lt;BR /&gt;Atul sardana</description>
      <pubDate>Mon, 14 May 2007 10:15:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-delete-files-before-date/m-p/5046509#M36104</guid>
      <dc:creator>atul sardana</dc:creator>
      <dc:date>2007-05-14T10:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: how delete files before date</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-delete-files-before-date/m-p/5046510#M36105</link>
      <description>I used to use purge like..&lt;BR /&gt;&lt;BR /&gt;$ purge/before="TODAY-15-00:00"&lt;BR /&gt;&lt;BR /&gt;..keeps at least one version around.</description>
      <pubDate>Mon, 14 May 2007 15:15:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-delete-files-before-date/m-p/5046510#M36105</guid>
      <dc:creator>Dean McGorrill</dc:creator>
      <dc:date>2007-05-14T15:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: how delete files before date</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-delete-files-before-date/m-p/5046511#M36106</link>
      <description>Luciano,&lt;BR /&gt;&lt;BR /&gt;The TODAY can also be implicit, as in:&lt;BR /&gt;&lt;BR /&gt;$ DELETE/LOG/BEFORE=-15-00:00:00 or&lt;BR /&gt;$ DELETE/LOG/BEFORE=-15-0&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Mon, 14 May 2007 15:52:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-delete-files-before-date/m-p/5046511#M36106</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2007-05-14T15:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: how delete files before date</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-delete-files-before-date/m-p/5046512#M36107</link>
      <description>thx about your response. very helpful.&lt;BR /&gt;</description>
      <pubDate>Mon, 14 May 2007 16:23:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-delete-files-before-date/m-p/5046512#M36107</guid>
      <dc:creator>Luciano Quaglia</dc:creator>
      <dc:date>2007-05-14T16:23:44Z</dc:date>
    </item>
  </channel>
</rss>

