9 Feb 2009 at 12:49 #1 ethos ethos 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
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
9 Feb 2009 at 13:14 #2 chaosophy chaosophy Associate Joined 3 Apr 2007 Posts 1,746 Location London 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.
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.
9 Feb 2009 at 14:01 #3 rpstewart rpstewart Man of Honour Joined 11 Mar 2003 Posts 10,706 Location Greenock, Scotland Are these duplicates in a single file or a line in file1 which is repeated in file2?
9 Feb 2009 at 14:18 #4 ethos ethos Soldato OP Joined 5 May 2003 Posts 4,515 Location UK 3 single text files.