Closed allaboutevemirolive closed 11 months ago
The issue with sorting is that uutils doesn't yet support localization and uses the C
locale (see https://github.com/uutils/coreutils/issues/3997). And so the sorting results are usually different, unless you specify LC_COLLATE=C
when calling GNU ls
.
On my side, the issue is the same without the -Cw18
flags, which makes a smaller reproducible example.
Most probably, this has to do with ls
checking if stdout is a tty
Steps to reproduce:
Sample output: