coreutils
[Top][All Lists]
Advanced

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

Re: uniq --check-fields=N


From: Pádraig Brady
Subject: Re: uniq --check-fields=N
Date: Mon, 03 Mar 2014 09:03:03 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

On 03/03/2014 08:54 AM, Jonathan Sambrook wrote:
> Hi,
> 
> The 'uniq' command has:
> 
>   -f, --skip-fields=N   avoid comparing the first N fields
>   -s, --skip-chars=N    avoid comparing the first N characters
> 
> and:
> 
>   -w, --check-chars=N   compare no more than N characters in lines
> 
> but no:
> 
>   -W, --check-fields=N  compare no more than N fields in lines
> 
> Could this be added please?
> 
> Thanks for considering this request.

You're right that this functionality should be provided by uniq.
There was even a debian patch (now since removed I think),
that added exactly that.  However we decided instead to implement
a more general interface between the closely related
join(1), sort(1) and uniq(1) utils, and give them all the
flexible key selection support that sort(1) has.
This implementation is in progress and will be released soon.

thanks,
Pádraig.




reply via email to

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