<?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 Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/3949257#M289945</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;Normally, the find command recursively searches the directory tree for each specified Path parameter, seeking files that match a Boolean expression written using the terms given in the following text. When the find command is recursively descending directory structures, it will not descend into directories that are symbolically linked into the current hierarchy.&lt;BR /&gt;&lt;BR /&gt;You can try:&lt;BR /&gt;&lt;BR /&gt;ls -al |grep -i "&lt;FIND criteria=""&gt;"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj&lt;/FIND&gt;</description>
    <pubDate>Thu, 22 Feb 2007 01:29:34 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2007-02-22T01:29:34Z</dc:date>
    <item>
      <title>find</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/3949256#M289944</link>
      <description>Hello to all.&lt;BR /&gt;Does anyone knows of a way to make the find command not to descend to dirs under the path?</description>
      <pubDate>Thu, 22 Feb 2007 01:19:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/3949256#M289944</guid>
      <dc:creator>Leonid Mishkind</dc:creator>
      <dc:date>2007-02-22T01:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: find</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/3949257#M289945</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Normally, the find command recursively searches the directory tree for each specified Path parameter, seeking files that match a Boolean expression written using the terms given in the following text. When the find command is recursively descending directory structures, it will not descend into directories that are symbolically linked into the current hierarchy.&lt;BR /&gt;&lt;BR /&gt;You can try:&lt;BR /&gt;&lt;BR /&gt;ls -al |grep -i "&lt;FIND criteria=""&gt;"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj&lt;/FIND&gt;</description>
      <pubDate>Thu, 22 Feb 2007 01:29:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/3949257#M289945</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-02-22T01:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: find</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/3949258#M289946</link>
      <description>man find. look at -prune and -depth options.&lt;BR /&gt;&lt;BR /&gt;find / ! -depth should work.</description>
      <pubDate>Thu, 22 Feb 2007 01:43:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/3949258#M289946</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2007-02-22T01:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: find</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/3949259#M289947</link>
      <description>Thanks for responding . Though none of your suggestions help. ls | grep "find " does not grep the found files , the -depth / prune options still descend to other dirs.</description>
      <pubDate>Thu, 22 Feb 2007 03:02:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/3949259#M289947</guid>
      <dc:creator>Pelephone System</dc:creator>
      <dc:date>2007-02-22T03:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: find</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/3949260#M289948</link>
      <description>Hi Mishkind,&lt;BR /&gt;&lt;BR /&gt;try this:&lt;BR /&gt;&lt;BR /&gt;$ find &lt;YOUR_STARTDIR&gt; -path "./*" -prune&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;John K.&lt;/YOUR_STARTDIR&gt;</description>
      <pubDate>Thu, 22 Feb 2007 03:59:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/3949260#M289948</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2007-02-22T03:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: find</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/3949261#M289949</link>
      <description>Hi,&lt;BR /&gt;please see answers in :&lt;BR /&gt;&lt;BR /&gt;"Prevent find to go into subdirectories "&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1097204" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1097204&lt;/A&gt;&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.</description>
      <pubDate>Thu, 22 Feb 2007 04:20:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/3949261#M289949</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-02-22T04:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: find</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/3949262#M289950</link>
      <description>hi again,&lt;BR /&gt;&lt;BR /&gt;suppose you want to find file "passwd"&lt;BR /&gt;&lt;BR /&gt;SERVER2: &amp;gt;cd /etc/&lt;BR /&gt;SERVER2: etc&amp;gt;ll -al|grep "passwd"&lt;BR /&gt;-rw-r--r--   1 root     security        750 Jan 27 14:46 passwd&lt;BR /&gt;SERVER2: etc&amp;gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Thu, 22 Feb 2007 04:23:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/3949262#M289950</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-02-22T04:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: find</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/3949263#M289951</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I assume you want to skip only some directories, not all. Modify my example, which will find all .xml-Files recursively but skip directories, whose names start with the letter 'e':&lt;BR /&gt;&lt;BR /&gt;find . -name 'e*' -prune -o -name '*.xml' -print&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Thu, 22 Feb 2007 08:18:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/3949263#M289951</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2007-02-22T08:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: find</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/3949264#M289952</link>
      <description>What I want to do is to fined home dirs ( /users FS ) that do not belong to enyone.&lt;BR /&gt;What I eventually did is :&lt;BR /&gt;find /users/* -nouser -type d | awk -F/ '{print $3}' | sort -u&lt;BR /&gt;&lt;BR /&gt;Thanks to everyone for responding.</description>
      <pubDate>Thu, 22 Feb 2007 08:28:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/3949264#M289952</guid>
      <dc:creator>Pelephone System</dc:creator>
      <dc:date>2007-02-22T08:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: find</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/3949265#M289953</link>
      <description>Hi,&lt;BR /&gt;look at man find option prune&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Art</description>
      <pubDate>Fri, 23 Feb 2007 04:43:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/3949265#M289953</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2007-02-23T04:43:48Z</dc:date>
    </item>
  </channel>
</rss>

