<?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: Find acting peculiar in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/find-acting-peculiar/m-p/5125842#M687732</link>
    <description>Hi (again) Rinky:&lt;BR /&gt;&lt;BR /&gt;Please don't forget to evaulate the answers you receive.  See:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums12.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums12.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In fact, a corollary question of yours on 'find' needs to be scored too:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1254376" target="_blank"&gt;http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1254376&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;By scoring the responses you receive, future readers of your threads can better evaulate what helped solve *your* question.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Thu, 21 Aug 2008 12:23:00 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2008-08-21T12:23:00Z</dc:date>
    <item>
      <title>Find acting peculiar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-acting-peculiar/m-p/5125840#M687730</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;The find command is acting in a peculiar way. I want to find all the files newer than file D.&lt;BR /&gt;ll -rt&lt;BR /&gt;total 0&lt;BR /&gt;Aug 19 12:11 D&lt;BR /&gt;Aug 20 11:29 C&lt;BR /&gt;Aug 21 13:38 A&lt;BR /&gt;Aug 21 13:38 B&lt;BR /&gt;&lt;BR /&gt;find . -newer D&lt;BR /&gt;.&lt;BR /&gt;./A&lt;BR /&gt;./B&lt;BR /&gt;./C&lt;BR /&gt;&lt;BR /&gt;I was expecting the output as &lt;BR /&gt;C&lt;BR /&gt;A&lt;BR /&gt;B !!!!&lt;BR /&gt;&lt;BR /&gt;Could anyone please help ??&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Aug 2008 11:44:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-acting-peculiar/m-p/5125840#M687730</guid>
      <dc:creator>Rinky</dc:creator>
      <dc:date>2008-08-21T11:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Find acting peculiar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-acting-peculiar/m-p/5125841#M687731</link>
      <description>Hi Rinky:&lt;BR /&gt;&lt;BR /&gt;The output is as expected.  It shows relative file paths and the order is as the entities exist in the *directory* being searched.&lt;BR /&gt;&lt;BR /&gt;Thus, if you want them to appear in increasing "newness" of their modification timestamp, do:&lt;BR /&gt;&lt;BR /&gt;# find . -newer D -exec ls -drlt {} +&lt;BR /&gt;&lt;BR /&gt;If it is only *files* you want, add the '-type f' :&lt;BR /&gt;&lt;BR /&gt;# find . -type f -newer D -exec ls -drlt {} +&lt;BR /&gt;&lt;BR /&gt;The 'ls -drlt' orders your output.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 21 Aug 2008 12:14:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-acting-peculiar/m-p/5125841#M687731</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-08-21T12:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Find acting peculiar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-acting-peculiar/m-p/5125842#M687732</link>
      <description>Hi (again) Rinky:&lt;BR /&gt;&lt;BR /&gt;Please don't forget to evaulate the answers you receive.  See:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums12.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums12.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In fact, a corollary question of yours on 'find' needs to be scored too:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1254376" target="_blank"&gt;http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1254376&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;By scoring the responses you receive, future readers of your threads can better evaulate what helped solve *your* question.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 21 Aug 2008 12:23:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-acting-peculiar/m-p/5125842#M687732</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-08-21T12:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Find acting peculiar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-acting-peculiar/m-p/5125843#M687733</link>
      <description>It is working as expected. It found all the files that are newer than D. The find command does not sort the files by date, it displays them as it finds them while traversing the directory trees and directory listings. The files appear in the order they were created in the directory listing. That order is displayed by the "ls -e" command. If you use the "ls -e" command you will see the files in the same order as shown by the find command.</description>
      <pubDate>Thu, 21 Aug 2008 12:23:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-acting-peculiar/m-p/5125843#M687733</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-08-21T12:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Find acting peculiar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-acting-peculiar/m-p/5125844#M687734</link>
      <description>Thank u so much James and TTr</description>
      <pubDate>Thu, 21 Aug 2008 13:30:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-acting-peculiar/m-p/5125844#M687734</guid>
      <dc:creator>Rinky</dc:creator>
      <dc:date>2008-08-21T13:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Find acting peculiar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-acting-peculiar/m-p/5125845#M687735</link>
      <description>Points assigned :)</description>
      <pubDate>Thu, 21 Aug 2008 13:35:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-acting-peculiar/m-p/5125845#M687735</guid>
      <dc:creator>Rinky</dc:creator>
      <dc:date>2008-08-21T13:35:21Z</dc:date>
    </item>
  </channel>
</rss>

