<?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: Files searching in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/files-searching/m-p/3871987#M278554</link>
    <description>Hi Yang,&lt;BR /&gt;&lt;BR /&gt;What output I will get If I execute this one?&lt;BR /&gt;&lt;BR /&gt;Can u explain this command?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sudhakaran.K</description>
    <pubDate>Fri, 29 Sep 2006 06:36:40 GMT</pubDate>
    <dc:creator>sudhapage</dc:creator>
    <dc:date>2006-09-29T06:36:40Z</dc:date>
    <item>
      <title>Files searching</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/files-searching/m-p/3871983#M278550</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I want to search what are the files modified or created on particular period. Like Sep-10-06 to Setp-15-06. Give me some examples.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sudhakaran.K</description>
      <pubDate>Fri, 29 Sep 2006 01:31:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/files-searching/m-p/3871983#M278550</guid>
      <dc:creator>sudhapage</dc:creator>
      <dc:date>2006-09-29T01:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Files searching</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/files-searching/m-p/3871984#M278551</link>
      <description>Hi, Sudhakaran,&lt;BR /&gt;&lt;BR /&gt;Try:&lt;BR /&gt;&lt;BR /&gt;find . -type f -mtime -20 -a -type f -mtime +5 -exec ll {} \;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Yang</description>
      <pubDate>Fri, 29 Sep 2006 01:45:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/files-searching/m-p/3871984#M278551</guid>
      <dc:creator>Yang Qin_1</dc:creator>
      <dc:date>2006-09-29T01:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Files searching</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/files-searching/m-p/3871985#M278552</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Build two files with touch : first for begin date second for end date and find with newer option :&lt;BR /&gt;&lt;BR /&gt;touch -t 200609100000 filestart&lt;BR /&gt;touch -t 200609150000 filestop&lt;BR /&gt;find / -type f -newer filestart -a  ! -newer filestop -exec ls -l {} \;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Joel</description>
      <pubDate>Fri, 29 Sep 2006 02:17:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/files-searching/m-p/3871985#M278552</guid>
      <dc:creator>Joel Girot</dc:creator>
      <dc:date>2006-09-29T02:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Files searching</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/files-searching/m-p/3871986#M278553</link>
      <description>Sudhapage,&lt;BR /&gt;&lt;BR /&gt;Also there are some other examples on this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1048222" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1048222&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
      <pubDate>Fri, 29 Sep 2006 06:17:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/files-searching/m-p/3871986#M278553</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2006-09-29T06:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Files searching</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/files-searching/m-p/3871987#M278554</link>
      <description>Hi Yang,&lt;BR /&gt;&lt;BR /&gt;What output I will get If I execute this one?&lt;BR /&gt;&lt;BR /&gt;Can u explain this command?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sudhakaran.K</description>
      <pubDate>Fri, 29 Sep 2006 06:36:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/files-searching/m-p/3871987#M278554</guid>
      <dc:creator>sudhapage</dc:creator>
      <dc:date>2006-09-29T06:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Files searching</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/files-searching/m-p/3871988#M278555</link>
      <description>The output from this find is long listing (exec ll) of files (-type f) modified since 20 days ago (mtime -20) and 15 days (mtime +5).&lt;BR /&gt;&lt;BR /&gt;For more useful examples see man find.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Fri, 29 Sep 2006 06:58:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/files-searching/m-p/3871988#M278555</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2006-09-29T06:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Files searching</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/files-searching/m-p/3871989#M278556</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It will find the files created/modified newer than 20 days and older than 5 days.&lt;BR /&gt;&lt;BR /&gt;Today is 29 Sep the commands will find files created before 23 Sep and after 9 Sep&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Yang</description>
      <pubDate>Fri, 29 Sep 2006 06:59:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/files-searching/m-p/3871989#M278556</guid>
      <dc:creator>Yang Qin_1</dc:creator>
      <dc:date>2006-09-29T06:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Files searching</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/files-searching/m-p/3871990#M278557</link>
      <description>Hi,&lt;BR /&gt;I agree with Joel's solution, but with a little enhancement:&lt;BR /&gt;instead of:&lt;BR /&gt;find / -type f -newer filestart -a ! -newer filestop -exec ls -l {} \;&lt;BR /&gt;&lt;BR /&gt;use:&lt;BR /&gt;find / -type f -newer filestart -a ! -newer filestop |xargs -i ll {}&lt;BR /&gt;&lt;BR /&gt;this is quicker than previous and uses less system resources. -exec create every time a new process.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Art</description>
      <pubDate>Mon, 02 Oct 2006 03:21:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/files-searching/m-p/3871990#M278557</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2006-10-02T03:21:23Z</dc:date>
    </item>
  </channel>
</rss>

