dsylebee
07-20-2010, 08:35 PM
Hi, I'm trying to figure out how this could work I have:
FILE A, B, C, D
they all have around 1000000+ lines.
I need a code that will find duplicate lines in either files, and write to a file which file has a duplicated line in this form:
FOUND DUPLICATE LINE >> filename1:line - filename2:line
it can also be:
FOUND DUPLICATE LINE >> filename1:line - filename1:line
thanks in advance, I've tried methods but they are very slow.
we are aiming a 40 minutes max procedure.
C, VB, C++, C#, VB.NET ( please any of these ) ( VB would be the best since I could use the same application rather than have two application. )
FILE A, B, C, D
they all have around 1000000+ lines.
I need a code that will find duplicate lines in either files, and write to a file which file has a duplicated line in this form:
FOUND DUPLICATE LINE >> filename1:line - filename2:line
it can also be:
FOUND DUPLICATE LINE >> filename1:line - filename1:line
thanks in advance, I've tried methods but they are very slow.
we are aiming a 40 minutes max procedure.
C, VB, C++, C#, VB.NET ( please any of these ) ( VB would be the best since I could use the same application rather than have two application. )