Given a text file, how can I compare different parts of that file with each other?
For example I have a source code file and want to compare two functions?
For now I duplicate the file twice and delete all irrelevant parts in those files.
Then I compare this two helper files.
Is there a more elegant way to do the job?
Martin
For example I have a source code file and want to compare two functions?
For now I duplicate the file twice and delete all irrelevant parts in those files.
Then I compare this two helper files.
Is there a more elegant way to do the job?
Martin
Comment