<?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 case insensitive ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command-case-insensitive/m-p/4936405#M410913</link>
    <description>The easist way is to download and install the Gnu version from any of the HP-UX Porting Centre's. The key to build a wrapper script is to use the tr command to uppercase or lowercase character by character the target string and then construct the -name argument something like this:&lt;BR /&gt;&lt;BR /&gt;find . -name "[Dd][Uu][Mm][Bb][Oo]" &lt;BR /&gt;&lt;BR /&gt;which would find Dumbo, dumbo, DuMbO, ...</description>
    <pubDate>Tue, 25 Oct 2005 14:17:52 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2005-10-25T14:17:52Z</dc:date>
    <item>
      <title>find command case insensitive ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command-case-insensitive/m-p/4936403#M410911</link>
      <description>I am trying to write a wrapper script around the find command but with a case insensitivity.&lt;BR /&gt;How can i use the find command in a case insensitive manner ?</description>
      <pubDate>Tue, 25 Oct 2005 14:02:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command-case-insensitive/m-p/4936403#M410911</guid>
      <dc:creator>machoq1</dc:creator>
      <dc:date>2005-10-25T14:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: find command case insensitive ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command-case-insensitive/m-p/4936404#M410912</link>
      <description>find /start_dir -name "[Ss][Aa][Kk][Ee][Tt]"&lt;BR /&gt;&lt;BR /&gt;should do it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 25 Oct 2005 14:15:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command-case-insensitive/m-p/4936404#M410912</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-10-25T14:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: find command case insensitive ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command-case-insensitive/m-p/4936405#M410913</link>
      <description>The easist way is to download and install the Gnu version from any of the HP-UX Porting Centre's. The key to build a wrapper script is to use the tr command to uppercase or lowercase character by character the target string and then construct the -name argument something like this:&lt;BR /&gt;&lt;BR /&gt;find . -name "[Dd][Uu][Mm][Bb][Oo]" &lt;BR /&gt;&lt;BR /&gt;which would find Dumbo, dumbo, DuMbO, ...</description>
      <pubDate>Tue, 25 Oct 2005 14:17:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command-case-insensitive/m-p/4936405#M410913</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-10-25T14:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: find command case insensitive ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command-case-insensitive/m-p/4936406#M410914</link>
      <description>will pursue the tr command</description>
      <pubDate>Tue, 25 Oct 2005 15:24:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command-case-insensitive/m-p/4936406#M410914</guid>
      <dc:creator>machoq1</dc:creator>
      <dc:date>2005-10-25T15:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: find command case insensitive ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command-case-insensitive/m-p/4936407#M410915</link>
      <description>The gnu find utility would be the best way. You can find it at Software and Porting 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;Then you can use the option -iname for insenstive-case name search.&lt;BR /&gt; &lt;BR /&gt;find -iname "DUMBO*" -print&lt;BR /&gt; &lt;BR /&gt;to find all files beginning with dumbo in any combination of upper/lower case.&lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt; &lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Tue, 25 Oct 2005 15:26:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command-case-insensitive/m-p/4936407#M410915</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2005-10-25T15:26:55Z</dc:date>
    </item>
  </channel>
</rss>

