[EMAIL PROTECTED] wrote:

One symptom is that "echo [A-Z]*" is the same as "echo [A-Za-z]*" !!!

To revert to traditional behaviour, put this into your
/etc/profile.d/local.sh:

LC_COLLATE="C"       export LC_COLLATE

Both

    echo [A-Z]*
and
     LC_COLLATE=C echo [A-Z]*

echo all files, starting with uppercase or not, just different
order.  How do I get it to just match uppercase?


Matt



--
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to