bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug report - uniq


From: Jim Meyering
Subject: Re: bug report - uniq
Date: Wed, 19 Dec 2007 10:02:49 +0100

Paul Eggert <address@hidden> wrote:

> Jim Meyering <address@hidden> writes:
>
>> +Note: while uniq can be useful even with unsorted input, in most 
>> applications\n\
>> +the input is sorted in a manner consistent with field-selection options.\n\
>> +E.g., use `sort' if `uniq' uses no such option (or simply use `sort -u');\n\
>> +use `sort -k 3b' with uniq -f2.\n\
>
> That's not quite right, is it?  With -k 3b, 'sort' ignores leading
> blanks in the 3rd field; but with -f2, 'uniq' treats those blanks as
> significant.
>
> Also, the details about field selection get in the way of the basic idea.
> How about the following wording instead?
>
>   Note: 'uniq' does not detect repeated lines unless they are adjacent.
>   You may want to sort the input first, or use `sort -u' without `uniq'.

Better and shorter.
Applied.  Thanks.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]