Boston Linux & Unix (BLU) Home | Calendar | Mail Lists | List Archives | Desktop SIG | Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings
Linux Cafe | Meeting Notes | Blog | Linux Links | Bling | About BLU

BLU Discuss list archive


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

how to find out duplicate contents/records



Dave Peters writes:

> Any suggestion on how to find out duplicate
> contents/records? I find list of around 1500 username
> and would like to find out any duplicate. How can I do
> that?

Either of these two come to mind:

  sort | uniq -d 

  perl -ne '$seen{$_}++; END { map { print if ($seen{$_} > 1) } keys(%seen)}'


I assume that you have a list of just the usernames.  Redirect your
list into either of these and you'll see the dups.

Regards,

--kevin
-- 
Kevin's new Elephant Memory Systems Tribute Page:
    http://home.comcast.net/~kevin_d_clark/ems/




BLU is a member of BostonUserGroups
BLU is a member of BostonUserGroups
We also thank MIT for the use of their facilities.

Valid HTML 4.01! Valid CSS!



Boston Linux & Unix / webmaster@blu.org