Case-insensitive globbing (was RE: Cygnus question)

Town, Brad btown@ceddec.com
Fri Nov 3 06:54:00 GMT 2000


> There are no facilities in cygwin for case insensitive 
> globbing currently
> and I have no plans or desires to add this.  If someone is interested
> (hah) in providing a patch, I'll gladly consider it.
> 
> cgf

"Hah", you say?  That's like a triple-dog dare!

Attached is a patch to glob.c to allow case-insensitive globbing when a
program is run from a Windows shell.  It's nothing special -- one extra
#include and a couple tolowers.

I didn't change the set matching so you would still have a little control
over things:

-----------------------------------------
[C:\]ls a*
arcldr.exe    arcsetup.exe

[C:\]ls A*
arcldr.exe    arcsetup.exe

[C:\]ls [a]*
arcldr.exe    arcsetup.exe

[C:\]ls [A]*
ls: [A]*: No such file or directory

[C:\]bash
bash-2.04$ ls a*
arcldr.exe    arcsetup.exe
bash-2.04$ ls A*
ls: A*: No such file or directory
-----------------------------------------

How do I feel about this patch?  Well, I won't be heartbroken if it's
ignored.

Brad Town  :)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: glob.c.patch
Type: text/x-diff
Size: 378 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/20001103/c3f661d5/attachment.bin>


More information about the Cygwin mailing list