Something seems *really* whacked out with bash wildcards.
Firstly they aren't being listed in case-sensitive lexical
order (A B C a b c) they way they should be, and secondly
ranges are *really* screwed up:

% cd /tmp
% mkdir test
% cd test
% touch A B C a b c
% /bin/ls -1
a
A
b
B
c
C
% /bin/ls -1 [A-Z]*
A
b
B
c
C
% echo *
a A b B c C
% echo [A-Z]*
A b B c C

Anyone else seen this?  Or have a suggestion on how to proceed?
-- 
#ken    P-)}

Ken Coar, Sanagendamgagwedweinini  http://Golux.Com/coar/
Author, developer, opinionist      http://Apache-Server.Com/

"Millenium hand and shrimp!"

*****************************************************************
To unsubscribe from this list, send mail to [EMAIL PROTECTED]
with the text 'unsubscribe gnhlug' in the message body.
*****************************************************************

Reply via email to