Duplicate lines across text files

Soldato
Joined
5 May 2003
Posts
4,515
Location
UK
Hi guys

I've got a bunch of text files and I want to find duplicates lines across them.

Anyone know of a script / program that can do this? Fairly simple request but can't find anything remotely helpful / working!

Thanks
 
FC will compare files but I think it only shows the differences.

You could probably write some FOR /F loops using that and or FIND and FINDSTR.
 
Back
Top Bottom