On Slakware its environment variable $LS_OPTIONS, with 'ls' aliased to 'ls $LS_OPTIONS', which controls output of ls. I guess its similar in case of Redhat. So you might have to set the environment variable and alias.
Amish.
Philip S Tellis wrote:
How do I revert to asciibetical order?
Sometime Today, Amish Mehta assembled some asciibets to say:
On Slakware its environment variable $LS_OPTIONS, with 'ls' aliased to 'ls $LS_OPTIONS', which controls output of ls. I guess its similar in case of Redhat. So you might have to set the environment variable and alias.
There is no option for ls to sort on file name. That is the default. Within that, it reverts to the locale to decide how to sort on name. LS_OPTIONS will not help here.
Philip