GNU bug report logs - #8871
Bug with "sort -i" ?

Previous Next

Package: coreutils;

Reported by: Al Bogner <suse-linux <at> ml082.pinguin.uni.cc>

Date: Wed, 15 Jun 2011 16:04:02 UTC

Severity: normal

Tags: notabug

Done: Jim Meyering <jim <at> meyering.net>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Al Bogner <suse-linux <at> ml082.pinguin.uni.cc>
To: bug-coreutils <at> gnu.org
Subject: Bug with "sort -i" ?
Date: Wed, 15 Jun 2011 17:42:51 +0200
Hi,

this looks like a bug for me:

var="φθινόπωρο,κισσός,Φύλλο"


echo "$var" | sed -e 's/.*/\L&/' -e 's/,/_/g' | tr '_' '\n' | \
sort -f -u
κισσός
φθινόπωρο
φύλλο

echo "$var" | sed -e 's/.*/\L&/' -e 's/,/_/g' | tr '_' '\n' | \
sort -f -i -u
φθινόπωρο

Al




This bug report was last modified 14 years and 36 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.