[Bug 284864] sort does case-independent sort even without -f or --ignore-case
Date: Tue, 18 Feb 2025 13:02:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284864
--- Comment #8 from wbe@psr.com ---
(In reply to Andriy Gapon from comment #4)
> Okay, I think that this should be some sort of a FAQ now.
Or change the sort(1) man page description of:
-f, --ignore-case
Convert all lowercase characters to their uppercase equivalent
before comparison, that is, perform case-independent sorting.
to add something like: "Case-independent ordering may also occur as a result of
a locale other than C."
--
You are receiving this mail because:
You are the assignee for the bug.