<?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 in specific directory in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/find-in-specific-directory/m-p/5035864#M95209</link>
    <description>Hi,&lt;BR /&gt;cd /home/aa&lt;BR /&gt;find . -type f -mtime +10 ! -path "./*/*"&lt;BR /&gt;&lt;BR /&gt;Please also read:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt; on how to reward any useful answers given to your questions.&lt;BR /&gt;&lt;BR /&gt;So far you have not awarded any points !</description>
    <pubDate>Fri, 23 Mar 2007 07:15:04 GMT</pubDate>
    <dc:creator>Peter Godron</dc:creator>
    <dc:date>2007-03-23T07:15:04Z</dc:date>
    <item>
      <title>FIND in specific directory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-in-specific-directory/m-p/5035863#M95208</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have got a directory: /home/aa/&lt;BR /&gt;There are some subdirectories in it:&lt;BR /&gt;/home/aa/a &lt;BR /&gt;/home/aa/b&lt;BR /&gt;/home/aa/.. &lt;BR /&gt;&lt;BR /&gt;I want to find all files in /home/aa/ older then 10 day&lt;BR /&gt; &lt;BR /&gt;When I run: | find /home/aa/ -type f -mtime +10 | I have got output with data from subdirectories. &lt;BR /&gt;Are there any ways to run this search only in /home/aa/ directory? &lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Vadim&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Mar 2007 07:08:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-in-specific-directory/m-p/5035863#M95208</guid>
      <dc:creator>Vadim Loginov</dc:creator>
      <dc:date>2007-03-23T07:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: FIND in specific directory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-in-specific-directory/m-p/5035864#M95209</link>
      <description>Hi,&lt;BR /&gt;cd /home/aa&lt;BR /&gt;find . -type f -mtime +10 ! -path "./*/*"&lt;BR /&gt;&lt;BR /&gt;Please also read:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt; on how to reward any useful answers given to your questions.&lt;BR /&gt;&lt;BR /&gt;So far you have not awarded any points !</description>
      <pubDate>Fri, 23 Mar 2007 07:15:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-in-specific-directory/m-p/5035864#M95209</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-03-23T07:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: FIND in specific directory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-in-specific-directory/m-p/5035865#M95210</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;try the -depth parameter.&lt;BR /&gt;&lt;BR /&gt;Don't have any Unix boxes on in my house but the paramter is available on linux and may be worth a look. &lt;BR /&gt;&lt;BR /&gt;There are online man pages for HP-UX at &lt;A href="http://docs.hp.com" target="_blank"&gt;http://docs.hp.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 23 Mar 2007 07:16:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-in-specific-directory/m-p/5035865#M95210</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-03-23T07:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: FIND in specific directory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-in-specific-directory/m-p/5035866#M95211</link>
      <description>That's exactly what I was thinking, Steve, so I tried it.  I also tried -prune, -follow, and  -only.  None of them worked as expected.  Now I'm confused.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 23 Mar 2007 07:27:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-in-specific-directory/m-p/5035866#M95211</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2007-03-23T07:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: FIND in specific directory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-in-specific-directory/m-p/5035867#M95212</link>
      <description>Hey&lt;BR /&gt;&lt;BR /&gt;Check this thread with similar question:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1084860" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1084860&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 23 Mar 2007 07:32:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-in-specific-directory/m-p/5035867#M95212</guid>
      <dc:creator>Oviwan</dc:creator>
      <dc:date>2007-03-23T07:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: FIND in specific directory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-in-specific-directory/m-p/5035868#M95213</link>
      <description>Hi,&lt;BR /&gt;could I draw your attention to:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://66.34.90.71/ITRCForumsEtiquette/after.html" target="_blank"&gt;http://66.34.90.71/ITRCForumsEtiquette/after.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;After having read this, you may want to use&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#41" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#41&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;to re-open your threads to award points.&lt;BR /&gt;&lt;BR /&gt;Your earlier threads are:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1108742" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1108742&lt;/A&gt;</description>
      <pubDate>Fri, 23 Mar 2007 08:08:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-in-specific-directory/m-p/5035868#M95213</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-03-23T08:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: FIND in specific directory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-in-specific-directory/m-p/5035869#M95214</link>
      <description>Hi Peter,&lt;BR /&gt;&lt;BR /&gt;To be honest I have assigned some points to everyone for this and for my previous thread.  But now I see that status is still â  unassignedâ  .  &lt;BR /&gt;I am gonna fix it very soon. &lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Regards, &lt;BR /&gt;&lt;BR /&gt;Vadim&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Mar 2007 08:28:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-in-specific-directory/m-p/5035869#M95214</guid>
      <dc:creator>Vadim Loginov</dc:creator>
      <dc:date>2007-03-23T08:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: FIND in specific directory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-in-specific-directory/m-p/5035870#M95215</link>
      <description>closed!!!</description>
      <pubDate>Fri, 23 Mar 2007 08:36:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-in-specific-directory/m-p/5035870#M95215</guid>
      <dc:creator>Vadim Loginov</dc:creator>
      <dc:date>2007-03-23T08:36:35Z</dc:date>
    </item>
  </channel>
</rss>

