mlh wrote:
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?
Nevermind, its' the same order, and that's because the expansion is made before the var setting is made. Smacks head. Matt -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
