Skip to content

Instantly share code, notes, and snippets.

@kraj
Last active November 20, 2025 19:37
Show Gist options
  • Select an option

  • Save kraj/e518daf764a4918e8495b3158027b7d9 to your computer and use it in GitHub Desktop.

Select an option

Save kraj/e518daf764a4918e8495b3158027b7d9 to your computer and use it in GitHub Desktop.
stdin
❯ cat sort.txt
ata
at_keyboard
kraj@apollo ~/tests
❯ LC_COLLATE=en_US.UTF-8 sort sort.txt
ata
at_keyboard
kraj@apollo ~/tests
❯ LC_COLLATE=C sort sort.txt
at_keyboard
ata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment