Re: anomalous behaviour of ls command

2018-01-30 Thread Ilkka Virta
On 30.1. 20:54, ken young wrote: I have a directory with four files A Z a z only. "ls [A-Z]" displays only 3 files A Z z ;a is missing "ls [a-z]" displays only 3 files A a z ;Z is missing Basically, your locale orders the letters as aAbBcC...yYzZ, so Z co

Re: anomalous behaviour of ls command

2018-01-30 Thread Greg Wooledge
On Tue, Jan 30, 2018 at 01:54:36PM -0500, ken young wrote: > uname output: Linux Microknoppix 4.12.7-64 #13 SMP PREEMPT Tue Aug 15 > 04:56:38 CEST 2017 x86_64 GNU/Linux > Machine Type: i686-pc-linux-gnu > > Bash Version: 4.4 > Patch Level: 12 > Release Status: release > > I have a direct