[root@local ~]# export LC_ALL=C; sort test.txt c A B D [root@local ~]# export LC_ALL=en_US; sort test.txt A B c D