John regarding the sort issue which was happening. . I wrote to Linux org. Here is the solution they gave. To get the effect you want, set *LC_ALL="C"* in your environment. See:
This is what we have. >set|grep LC *LC_ALL=en_US* MAILCHECK=600 I can set the environment , but need to confirm with csosl. Rick can you take it. sanjit On Tue, Jun 15, 2021 at 3:40 PM Paul Eggert <egg...@cs.ucla.edu> wrote: > To get the effect you want, set LC_ALL="C" in your environment. See: > > > https://www.gnu.org/software/coreutils/manual/html_node/sort-invocation.html#FOOT2 >