coreutils
[Top][All Lists]
Advanced

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

[coreutils] How to check uniqueness on one or multiple columns in a tabl


From: Peng Yu
Subject: [coreutils] How to check uniqueness on one or multiple columns in a table and print the duplicated rows?
Date: Thu, 17 Jun 2010 15:53:03 -0500

Hi,

Uniq doesn't have an option to check the uniqueness for a given column
(although it can exclude the first a few columns). It will need 'cut'
to check uniqueness on a give number of columns and print the
duplicated rows. This is not convenient. I'm wondering if there is a
better way to do so.

-- 
Regards,
Peng



reply via email to

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