begin:vcard fn:Roman Rakus n:Rakus;Roman org:Red Hat;BaseOS adr:;;;Brno;;;Czech Republic email;internet:[EMAIL PROTECTED] title:Associate software engineer tel;cell:+420 774 891 861 x-mozilla-html:FALSE version:2.1 end:vcard
When trying to match files [a-z] bash find files A-Z, depending on
LC_COLLATE.
The mistake is in usage of strcoll()/wcscoll(). It has nothing to do
with ranges. Instead should be used fnmatch().
I can try to change this behavior. Or is this planned/done for next bash
release?
- range match works incorrect Roman Rakus
- Re: range match works incorrect Matthew Woehlke
- Re: range match works incorrect Roman Rakus
- Re: range match works incorrect Roman Rakus
- Re: range match works incorrect Jan Schampera
- Re: range match works incorrect Chet Ramey
- Re: range match works incorrect Jan Schampera