Dick Hessel wrote:
That did the trick!  I did not realize that character set
translations where going on .  (I've never been a Unicode fan...)
Thanks!
Dick

Note grep and sort could be more clever in this regard.

Taking this example again:

grep "konnect 1" Out_konnect | sort --key=4 -n

"konnect 1" is a fixed ascii string, hence
grep can automatically do LANG=C and -F

sort could do similar optimizations.

Note these multibyte extensions have been
added (hacked in?) by distributions, and
are not in the official coreutils release.

P�draig.


_______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to