From: earnie_boyd@hotmail.com (Earnie Boyd)
Subject: Tip Of The Day: Finding Mixed Case File Names.
11 Mar 1998 02:35:55 -0800
Message-ID: <19980310151146.22445.qmail.cygnus.gnu-win32@hotmail.com>
Content-Type: text/plain
To: gnu-win32@cygnus.com

I've just discovered, and am posting due to discussions a while ago, 
that the find command will find mixed case file names.  To do this, you 
use the -iname switch instead of the -name switch.  Uppercase will be 
sorted first.

Example:

bash$ find . -iname \*xyz

myfilea.xyz
myfileb.XyZ
myfilec.xyZ
....

-        \\||//
---o0O0--Earnie--0O0o----
-earnie_boyd@hotmail.com-
------ooo0O--O0ooo-------



______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
