<?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: Command/Script to display largest most recently created files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/command-script-to-display-largest-most-recently-created-files/m-p/2678790#M52667</link>
    <description>&lt;BR /&gt;hi&lt;BR /&gt;&lt;BR /&gt;use this command&lt;BR /&gt;&lt;BR /&gt;# ls -Rlt | sort -rnk 5,5 | more&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Vijeesh CTK</description>
    <pubDate>Fri, 08 Mar 2002 11:18:17 GMT</pubDate>
    <dc:creator>Vijeesh CTK</dc:creator>
    <dc:date>2002-03-08T11:18:17Z</dc:date>
    <item>
      <title>Command/Script to display largest most recently created files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-script-to-display-largest-most-recently-created-files/m-p/2678789#M52666</link>
      <description>Can anyone suggest a unix command/script that I can use that will recursively traverse the directory tree  and display all files ordered by creation date and size, i.e. I want to display the largest most recently created files on the system. &lt;BR /&gt;&lt;BR /&gt;In fact, what would be even better is if I could specify a file size as a parameter to the command/script and I get back only those files that are larger than the specified file size (hope I???m not asking too much!).&lt;BR /&gt;&lt;BR /&gt;Many thanks&lt;BR /&gt;&lt;BR /&gt;Khalil&lt;BR /&gt;SAP/Oracle DBA&lt;BR /&gt;&lt;BR /&gt;PS: Not too many responses please, not interested in the cleverest way of doing it just one that will work and give me the result I require  ??? thanks. &lt;BR /&gt;</description>
      <pubDate>Fri, 08 Mar 2002 11:13:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-script-to-display-largest-most-recently-created-files/m-p/2678789#M52666</guid>
      <dc:creator>Khalil Ahmed</dc:creator>
      <dc:date>2002-03-08T11:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Command/Script to display largest most recently created files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-script-to-display-largest-most-recently-created-files/m-p/2678790#M52667</link>
      <description>&lt;BR /&gt;hi&lt;BR /&gt;&lt;BR /&gt;use this command&lt;BR /&gt;&lt;BR /&gt;# ls -Rlt | sort -rnk 5,5 | more&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Vijeesh CTK</description>
      <pubDate>Fri, 08 Mar 2002 11:18:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-script-to-display-largest-most-recently-created-files/m-p/2678790#M52667</guid>
      <dc:creator>Vijeesh CTK</dc:creator>
      <dc:date>2002-03-08T11:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Command/Script to display largest most recently created files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-script-to-display-largest-most-recently-created-files/m-p/2678791#M52668</link>
      <description>Do like this to find files greater then 10 MBs&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;find DIR -type f -size +10000000c -exec ll {} \;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ciao&lt;BR /&gt;Federico&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Mar 2002 11:19:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-script-to-display-largest-most-recently-created-files/m-p/2678791#M52668</guid>
      <dc:creator>federico_3</dc:creator>
      <dc:date>2002-03-08T11:19:44Z</dc:date>
    </item>
  </channel>
</rss>

