Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
identifying duplicate records
Name: pabi Date: February 14, 2006 at 15:35:48 Pacific OS: solaris CPU/Ram: dont know Product: sun
Comment:
I am trying to identify duplicate records in a file, once the records are identified my program must raise a flag and list out the duplicate records.
Summary: Hi, I am looking for a script/command to identify duplicate records by certain columns in a given file and write them to an other file. Could anybody suggest me a solution? ...
Summary: Hi, I have a file with duplicate records in it. I want to identify the duplicate records and put them into a separate file. Please let me know how to do it. Please note that each record is 2 lines in ...
Summary: To all unix expert, I need your help to write a script that will identify and delete duplicate records. Examples: File 1 (comma separated) contains: BBB,23341,inactive AAA,12950,active BBB,3239,activ...