Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3770110
By: nobody

Can sort be made to treat case as significant during sorting?
Having tried every possible command line option and tried various LC_ALL values,
I cannot seem to enable this.

When sorting the following :
a
A
b
B
X
x
Z
z

the output obtained is :
a
A
b
B
x
X
z
Z

I would have thought a case sensitive sort should produce the following output
:
A
B
X
Z
a
b
x
z

Does sort have an option to allow case sensitive sorting ?


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=74807


_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to