Skip to content

Instantly share code, notes, and snippets.

@artm
Created October 14, 2014 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save artm/3a7c2e4e2d02d8810b96 to your computer and use it in GitHub Desktop.
Save artm/3a7c2e4e2d02d8810b96 to your computer and use it in GitHub Desktop.
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