<?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: DIR/SINCE in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/dir-since/m-p/4699898#M19007</link>
    <description>Niall, you should also check out QDSB ( &lt;A href="http://www.quadratrix.be/qdsb.html" target="_blank"&gt;http://www.quadratrix.be/qdsb.html&lt;/A&gt; ) which allows you to run directory commands sorting the output by a number of options, including dates.&lt;BR /&gt;&lt;BR /&gt;Rob.&lt;BR /&gt;</description>
    <pubDate>Mon, 18 Oct 2010 07:37:56 GMT</pubDate>
    <dc:creator>Robert Atkinson</dc:creator>
    <dc:date>2010-10-18T07:37:56Z</dc:date>
    <item>
      <title>DIR/SINCE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dir-since/m-p/4699894#M19003</link>
      <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I wanted to create a 'symbol' shortcut on my system called RECENT. I wanted RECENT to do a list on the directory of everything new in the last 5 minutes. Normally I have to SHOW TIME and do a DIR/SIN of the current time - 5 minutes. If possible, it would be great I if could do something like RECENT 5 for new items created in the last 5 minutes or RECENT 1 for items created in the last minute.&lt;BR /&gt;Any and all help is much appreciated.&lt;BR /&gt;&lt;BR /&gt;Many thanks,&lt;BR /&gt;Niall</description>
      <pubDate>Fri, 15 Oct 2010 08:31:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dir-since/m-p/4699894#M19003</guid>
      <dc:creator>Niall76</dc:creator>
      <dc:date>2010-10-15T08:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: DIR/SINCE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dir-since/m-p/4699895#M19004</link>
      <description>$ type sys$login:recent.com&lt;BR /&gt;$ tim=f$cvt("-0-0:''p1'","absolute")&lt;BR /&gt;$ dir/since="''tim'"&lt;BR /&gt;&lt;BR /&gt;and make a symbol:&lt;BR /&gt;&lt;BR /&gt;$ recent:==@sys$login:recent.com&lt;BR /&gt;&lt;BR /&gt;Oswald&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Oct 2010 08:56:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dir-since/m-p/4699895#M19004</guid>
      <dc:creator>Oswald Knoppers_1</dc:creator>
      <dc:date>2010-10-15T08:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: DIR/SINCE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dir-since/m-p/4699896#M19005</link>
      <description>Niall,&lt;BR /&gt;&lt;BR /&gt;simpler to use a delta time in this instance.&lt;BR /&gt;&lt;BR /&gt;$  recent :== Dir/since="-00:05"&lt;BR /&gt;&lt;BR /&gt;you could add additional qualifiers, such as;&lt;BR /&gt;&lt;BR /&gt;$ recent :== Dir/Mod/Sinc="-00:05"&lt;BR /&gt;&lt;BR /&gt;to list files modified in the past 5 minutes.&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Fri, 15 Oct 2010 13:10:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dir-since/m-p/4699896#M19005</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2010-10-15T13:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: DIR/SINCE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dir-since/m-p/4699897#M19006</link>
      <description>Niall,&lt;BR /&gt;&lt;BR /&gt;To extend on Dave:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;$ recent :== Dir/since="-00:05"&lt;BR /&gt;&lt;BR /&gt;you could add additional qualifiers, such as;&lt;BR /&gt;&lt;BR /&gt;$ recent :== Dir/Mod/Sinc="-00:05"&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Use his first assign of "recent"  i.e.&lt;BR /&gt;&lt;BR /&gt;$ recent :== Dir/since="-00:05"&lt;BR /&gt;&lt;BR /&gt;And then use &lt;BR /&gt;$recent&lt;BR /&gt;  or&lt;BR /&gt;$ recent /mod &lt;BR /&gt; or even&lt;BR /&gt;$ recent / backup &lt;BR /&gt; but also&lt;BR /&gt;$ recent /full&lt;BR /&gt;&lt;BR /&gt;In other words, ANY qualifier which does not conflict with /since&lt;BR /&gt;&lt;BR /&gt;... but I like Oswalds solution as well.&lt;BR /&gt;In my world I would extend it with the ability to handle more than 59 minutes, but that is not so hard to implement if wished for.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Fri, 15 Oct 2010 16:34:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dir-since/m-p/4699897#M19006</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2010-10-15T16:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: DIR/SINCE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dir-since/m-p/4699898#M19007</link>
      <description>Niall, you should also check out QDSB ( &lt;A href="http://www.quadratrix.be/qdsb.html" target="_blank"&gt;http://www.quadratrix.be/qdsb.html&lt;/A&gt; ) which allows you to run directory commands sorting the output by a number of options, including dates.&lt;BR /&gt;&lt;BR /&gt;Rob.&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Oct 2010 07:37:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dir-since/m-p/4699898#M19007</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2010-10-18T07:37:56Z</dc:date>
    </item>
  </channel>
</rss>

