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.)
| ||||
|
feedback
|
|
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. | |||||||
feedback
|
|
(For Windows) The product Anti-Twin (free for private use) claims to be able to do this:
| |||||||||
feedback
|
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