[SOLVED] nocaseglob has no effect slackware 15 bash
by gateway2000 from LinuxQuestions.org on (#6CC0E)
Hello I would like to have the 'ls' command output in alphabetical order regardless of case.
Currently, it outputs in alphabetical order of upper case followed by lower case.
After research I see I should set 'shopt -s nocaseglob' to achieve the effect I want. So I can type in that and confirm from 'shopt' command output that the option is set.
However that solution does not work and I can't find any other suggestions so far. Can anyone point me in the right direction for this? Happy to provide any further information.
Currently, it outputs in alphabetical order of upper case followed by lower case.
After research I see I should set 'shopt -s nocaseglob' to achieve the effect I want. So I can type in that and confirm from 'shopt' command output that the option is set.
However that solution does not work and I can't find any other suggestions so far. Can anyone point me in the right direction for this? Happy to provide any further information.