Created
October 14, 2014 18:43
-
-
Save artm/3a7c2e4e2d02d8810b96 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
artm@parurak:~/src/artm/so/test/foo | |
$ ls | sort | |
a | |
b | |
c | |
d | |
e | |
F | |
artm@parurak:~/src/artm/so/test/foo | |
$ ls | LC_COLLATE=C sort | |
F | |
a | |
b | |
c | |
d | |
e |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment