Hacker News new | ask | show | jobs
by emmelaich 3843 days ago
sort(1) might not use the same ordering as look(1)

Try setting LC_COLLATE=C and export it and retry.

1 comments

Uh, wow! That was it!

Thanks for this answer...