bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

nocaseglob


From: Bruce Korb
Subject: nocaseglob
Date: Fri, 19 Jan 2007 11:16:58 -0800
User-agent: Thunderbird 1.5.0.8 (X11/20060911)

Hi,

This cannot have been overseen, so perhaps I am not understanding
how "nocaseglob" is supposed to work:

$ bash --version
GNU bash, version 3.1.17(1)-release (i586-suse-linux)
Copyright (C) 2005 Free Software Foundation, Inc.
$ shopt|fgrep caseglob
nocaseglob      off
$ echo tpdsrc/umod/nodesvr/test/[a-z]*
tpdsrc/umod/nodesvr/test/Makefile tpdsrc/umod/nodesvr/test/SCCS tpdsrc/umod/node

What are the "Makefile" and "SCCS" entries doing on the line?
And, yes, I know there are some language environments that say
to ignore case (completely wrong-headed decisions, but nevertheless):

$ env|egrep 'LC|LANG'
$

So, this is working wrong.  How do I make it work right?
Thanks - Bruce




reply via email to

[Prev in Thread] Current Thread [Next in Thread]