My final goal is refactoring code written by my coworkers. So, is there a tool which can find files differing in only few words?
(Edit: this is for a Mac, but others might like non-Mac answers too.)
|
My final goal is refactoring code written by my coworkers. So, is there a tool which can find files differing in only few words? (Edit: this is for a Mac, but others might like non-Mac answers too.) |
||||
|
Simian does this for the source code of some languages. It is best at finding blatant copy-n-paste coding. Its developments seems to have stalled, but it works good enough. |
|||||||
|
|
(For Windows) The product Anti-Twin (free for private use) claims to be able to do this:
|
|||||||||
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.
mdfindcommand might help to write some script to automate things. However, I think it will always only use meta data. Hence finding similar files might limit on file type, but not on file contents. No cigar. – Arjan Sep 18 '10 at 15:21