<?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 find command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/4415274#M353552</link>
    <description>hi guys, just wondering is there a way to use the find command to get date and time as well, because usually we just get the filename which fulfills that criteria such as filesize more than &amp;gt; 1 mb or files that was accessed more than 10 days ago but dont get date and time or the input like we get with ls -l.....</description>
    <pubDate>Thu, 07 May 2009 13:13:39 GMT</pubDate>
    <dc:creator>khilari</dc:creator>
    <dc:date>2009-05-07T13:13:39Z</dc:date>
    <item>
      <title>find command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/4415274#M353552</link>
      <description>hi guys, just wondering is there a way to use the find command to get date and time as well, because usually we just get the filename which fulfills that criteria such as filesize more than &amp;gt; 1 mb or files that was accessed more than 10 days ago but dont get date and time or the input like we get with ls -l.....</description>
      <pubDate>Thu, 07 May 2009 13:13:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/4415274#M353552</guid>
      <dc:creator>khilari</dc:creator>
      <dc:date>2009-05-07T13:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: find command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/4415275#M353553</link>
      <description>Sure:&lt;BR /&gt;&lt;BR /&gt;find /startdir -size nnnn -atime nnn -exec ll {} \;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 07 May 2009 13:17:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/4415275#M353553</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-05-07T13:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: find command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/4415276#M353554</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Two ways you can do this.&lt;BR /&gt;&lt;BR /&gt;#find /var -size +5000 |xargs ls -al&lt;BR /&gt;&lt;BR /&gt;#find /var -size +5000 -exec ll {} \;</description>
      <pubDate>Thu, 07 May 2009 13:26:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/4415276#M353554</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-05-07T13:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: find command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/4415277#M353555</link>
      <description>Dear, &lt;BR /&gt;&lt;BR /&gt;may be you are asking for the mtime option of find&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;find &lt;UNDER which="" directory=""&gt; -mtime +number of days&lt;BR /&gt;&lt;BR /&gt;you can see more in man find &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/UNDER&gt;</description>
      <pubDate>Thu, 07 May 2009 13:27:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/4415277#M353555</guid>
      <dc:creator>Jestin John Chacko</dc:creator>
      <dc:date>2009-05-07T13:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: find command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/4415278#M353556</link>
      <description>If you are going to use "-exec ll", then you either need to exclude directories or add -d:&lt;BR /&gt;find /startdir -type f -size nnnn -atime nnn -exec ll {} +&lt;BR /&gt;find /startdir -size nnnn -atime nnn -exec ll -d {} +&lt;BR /&gt;&lt;BR /&gt;Note: Use "+" for performance, instead of xargs.</description>
      <pubDate>Fri, 08 May 2009 02:39:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/4415278#M353556</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-05-08T02:39:14Z</dc:date>
    </item>
  </channel>
</rss>

