[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
sort and leading blanks
From: |
Mike Frysinger |
Subject: |
sort and leading blanks |
Date: |
Thu, 26 Mar 2009 20:02:50 -0400 |
User-agent: |
KMail/1.11.1 (Linux/2.6.28; KDE/4.2.1; x86_64; ; ) |
a user reported an issue with coreutils' sort and -b/-k usage. it seems to be
a regression from 5.x -> 6.x, or maybe a bug fix :).
the simple case:
$ printf 'a b c\na b c\n' | sort -u -b -k1,1
a b c
a b c
the user contests that there should only be one line displayed (and that is
how coreutils-5 seems to have behaved).
rather than me copying & pasting a lot of info, here's the URL:
http://bugs.gentoo.org/263723
-mike
signature.asc
Description: This is a digitally signed message part.
- sort and leading blanks,
Mike Frysinger <=