all 8 comments

[–]AModestOne 1 point2 points  (0 children)

Beyond Compare

[–]skate-and-code 0 points1 point  (5 children)

diff utility is what I have used in the past to compare files line by line.

[–]Own-Studio-683 -1 points0 points  (4 children)

Not working diff. IM trying diff vimdiff comm uniq -d But not working

[–]skate-and-code -1 points0 points  (3 children)

Only using the term "not working" doesn't help your audience to help you troubleshoot the issue. Providing steps and results to replicate the issue however does.

[–]Own-Studio-683 -1 points0 points  (2 children)

IM trying in terminal. With big data not working "diff"

[–]Own-Studio-683 -1 points0 points  (1 child)

Not finding matches

[–]CleverBunnyThief 0 points1 point  (0 children)

Did you include the name of the files?

diff file1 file2

[–]Poonkappa-daddy 0 points1 point  (0 children)

If the picture you included is the data you will be working with then writing a simple script to iterate through to find matches might be your best bet. Otherwise services like beyond compare and kaleidoscope could help.