mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-10 18:15:36 +00:00
In coreutils LC_ALL=C is required to make sorting stable across platoforms and locales. $ echo "a-c\nabc" | LANG=C LC_ALL=C sort a-c abc $ echo "a-c\nabc" | LANG=C sort abc a-c
3.8 KiB
Executable File
3.8 KiB
Executable File