<div>On Mon, Jan 2, 2012 at 4:50 PM, Josh More <span dir="ltr"><<a href="mailto:jmore@starmind.org">jmore@starmind.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
It's worth noting that, while "find" is on every *nix system I've<br>used, "find -iname" is not.  I believe that that that option, like<br>"grep -i" is a GNU extension.<br><br>Just so people aren't surprised when things fail on that HPUX box that<br>
they're suddenly required to administer.<br><span class="HOEnZb"><font color="#888888"><br>-Josh</font></span></blockquote></div><div><br></div>This is also true on Solaris boxes.  I find that basic pattern expressions work well in most *nix systems.  This allows you to supply the upper and lower case for what you are searching for like so:<div>
<br></div><div>Example:</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div><font class="Apple-style-span" face="'courier new', monospace">cthulu@rlyeh:/tmp> ls</font></div>
</div><div><div><font class="Apple-style-span" face="'courier new', monospace">JDK_6u16       o27438029.out  test.OuT       test.OUT       test.t</font></div></div><div><div><font class="Apple-style-span" face="'courier new', monospace">cthulu@rlyeh:/tmp> find . -name \*\.[Oo][Uu][Tt]\*</font></div>
</div><div><div><font class="Apple-style-span" face="'courier new', monospace">./o27438029.out</font></div></div><div><div><font class="Apple-style-span" face="'courier new', monospace">./test.OuT</font></div>
</div><div><div><font class="Apple-style-span" face="'courier new', monospace">./test.OUT</font></div></div></blockquote><div><div><br></div><div>I find, though, that the GNU-based find utilities are exceptionally useful.  So, for myself, I include the CSWfindutils package on all my Solaris installs.  This provides me with /opt/csw/bin/gfind and /opt/csw/bin/glocate.</div>
<div><br></div><div>-Nick</div><div><br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">
On Mon, Jan 2, 2012 at 4:48 PM, Don Ellis <<a href="mailto:don.ellis@gmail.com">don.ellis@gmail.com</a>> wrote:<br>
> I haven't found a distro (including MacOSX) that doesn't have the find<br>
> command. And, on my Mac, I've been so disappointed with the new<br>
> version of 'Find File' (Spotlight) that I'm more likely to go to a<br>
> command line and use find to locate the file I want.<br>
><br>
> --Don Ellis<br>
><br>
><br>
> On Mon, Jan 2, 2012 at 4:19 PM, Barry Von Ahsen <<a href="mailto:barry@vonahsen.com">barry@vonahsen.com</a>> wrote:<br>
>> which version of ubuntu?  if it's new-ish, I thought unity had it built<br>
>> in (like on macs).  my debian box with gnome3 has it built in, the same<br>
>> thing that searches for programs also searches for files (hit the<br>
>> windows/super key, then start typing)<br>
>><br>
>><br>
>> -barry<br>
>><br>
>><br>
>><br>
>> On 01/02/2012 03:37 PM, Tom Sellers wrote:<br>
>>> What is the Ubuntu linux command to locate a file anywhere on the disk?  I need to have it search the whole directory structure not just the current directory for the file.<br>
>>><br>
>>><br>
>>> If I use find by itself it lists all directory items but it I list the file name after the find command it only seems to search the local directory and tells me that it is not there.<br>
>>><br>
>>><br>
>>> Surely there is a command to do this.  I just haven't been able to find it.<br>
>>><br>
> _______________________________________________<br>
> Cialug mailing list<br>
> <a href="mailto:Cialug@cialug.org">Cialug@cialug.org</a><br>
> <a href="http://cialug.org/mailman/listinfo/cialug" target="_blank">http://cialug.org/mailman/listinfo/cialug</a><br>
_______________________________________________<br>
Cialug mailing list<br>
<a href="mailto:Cialug@cialug.org">Cialug@cialug.org</a><br>
<a href="http://cialug.org/mailman/listinfo/cialug" target="_blank">http://cialug.org/mailman/listinfo/cialug</a><br>
</div></div></blockquote></div><br></div>