<?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 command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/3640688#M239153</link>
    <description>What is the file pattern you need to search .&lt;BR /&gt;&lt;BR /&gt;you can use the below regular expression to print 2 files test and Test .&lt;BR /&gt;&lt;BR /&gt;find . -name "[tT]est" -name .&lt;BR /&gt;&lt;BR /&gt;thx,&lt;BR /&gt;bl.</description>
    <pubDate>Mon, 03 Oct 2005 16:03:55 GMT</pubDate>
    <dc:creator>baiju_3</dc:creator>
    <dc:date>2005-10-03T16:03:55Z</dc:date>
    <item>
      <title>find command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/3640686#M239151</link>
      <description>Is it possible to give case insensitive option while searching files using hpux find command ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Shiv</description>
      <pubDate>Mon, 03 Oct 2005 15:50:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/3640686#M239151</guid>
      <dc:creator>Shivkumar</dc:creator>
      <dc:date>2005-10-03T15:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: find command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/3640687#M239152</link>
      <description>Not precisely but this sort of thing is possible:&lt;BR /&gt;&lt;BR /&gt;find . -name '[xX]*[cC]' -print&lt;BR /&gt;which would match&lt;BR /&gt;x.c&lt;BR /&gt;x.C&lt;BR /&gt;X2.c&lt;BR /&gt;X4567.c&lt;BR /&gt;&lt;BR /&gt;among others.&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Oct 2005 16:02:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/3640687#M239152</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-10-03T16:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: find command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/3640688#M239153</link>
      <description>What is the file pattern you need to search .&lt;BR /&gt;&lt;BR /&gt;you can use the below regular expression to print 2 files test and Test .&lt;BR /&gt;&lt;BR /&gt;find . -name "[tT]est" -name .&lt;BR /&gt;&lt;BR /&gt;thx,&lt;BR /&gt;bl.</description>
      <pubDate>Mon, 03 Oct 2005 16:03:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/3640688#M239153</guid>
      <dc:creator>baiju_3</dc:creator>
      <dc:date>2005-10-03T16:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: find command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/3640689#M239154</link>
      <description>If you use the gnu find utility. It is available from the HP software porting and archive centre.&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gnu/findutils-4.2.20/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gnu/findutils-4.2.20/&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt; &lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Mon, 03 Oct 2005 16:29:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/3640689#M239154</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2005-10-03T16:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: find command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/3640690#M239155</link>
      <description>Shiv, &lt;BR /&gt;&lt;BR /&gt;From the man pages:&lt;BR /&gt;grep:&lt;BR /&gt;       -i, --ignore-case&lt;BR /&gt;              Ignore case distinctions in  both  the  PATTERN  and  the input files.&lt;BR /&gt;&lt;BR /&gt;find:&lt;BR /&gt;       -ilname pattern&lt;BR /&gt;              Like -lname, but the match is case insensitive.&lt;BR /&gt;&lt;BR /&gt;       -iname pattern&lt;BR /&gt;              Like -name, but the match is case insensitive.  For &lt;BR /&gt;       example, the patterns `fo*' and `F??' match  the  file &lt;BR /&gt;       names  `Foo',  `FOO', `foo', `fOo', etc.&lt;BR /&gt;&lt;BR /&gt;       -ipath pattern&lt;BR /&gt;              Like -path, but the match is case insensitive.&lt;BR /&gt;&lt;BR /&gt;       -iregex pattern&lt;BR /&gt;              Like -regex, but the match is case insensitive.</description>
      <pubDate>Mon, 03 Oct 2005 22:20:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/3640690#M239155</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-03T22:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: find command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/3640691#M239156</link>
      <description>Shiv,&lt;BR /&gt;&lt;BR /&gt;Let's say you want to find out files like&lt;BR /&gt;TEST or test so;&lt;BR /&gt;&lt;BR /&gt;find . -name "[tT]est" -exec ll -d { } \;&lt;BR /&gt;&lt;BR /&gt;Good Luck,</description>
      <pubDate>Tue, 04 Oct 2005 00:48:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/3640691#M239156</guid>
      <dc:creator>Cem Tugrul</dc:creator>
      <dc:date>2005-10-04T00:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: find command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/3640692#M239157</link>
      <description>find command is using only pattern matching not regexp's. You have to use pattern matches with -name option as,&lt;BR /&gt;&lt;BR /&gt;file1&lt;BR /&gt;File1&lt;BR /&gt;&lt;BR /&gt;find . -name "[Ff]ile?"&lt;BR /&gt;&lt;BR /&gt;[Ff] - selection list whether F of f&lt;BR /&gt;&lt;BR /&gt;? - any character&lt;BR /&gt;&lt;BR /&gt;You can use grep -i to ignore case.&lt;BR /&gt;&lt;BR /&gt;hth.&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Oct 2005 01:06:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/3640692#M239157</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-04T01:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: find command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/3640693#M239158</link>
      <description>Send your exact requirement to give suitable REGEXP with find. find + grep will give bad performance.&lt;BR /&gt;&lt;BR /&gt;You can use find + xargs + grep instead of find + -exec as,&lt;BR /&gt;&lt;BR /&gt;find / -name "*" | xargs grep -i "&lt;STRING&gt;"&lt;BR /&gt;&lt;BR /&gt;hth.&lt;/STRING&gt;</description>
      <pubDate>Tue, 04 Oct 2005 01:10:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/3640693#M239158</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-04T01:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: find command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/3640694#M239159</link>
      <description>You can use a mixture of find and grep for that:&lt;BR /&gt;&lt;BR /&gt;find . -type f | grep -i name&lt;BR /&gt;&lt;BR /&gt;-i option of grep will be case-insensitive.</description>
      <pubDate>Tue, 04 Oct 2005 01:18:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/3640694#M239159</guid>
      <dc:creator>Vibhor Kumar Agarwal</dc:creator>
      <dc:date>2005-10-04T01:18:49Z</dc:date>
    </item>
  </channel>
</rss>

