Sunday, August 26, 2012

15 - Line by line comparing of two files

If you want to check two different files line by line, you can use the following command:

>  vimdiff  file1   file2

In this way, in vim editor, you can see different colors (pink and red) if these two files are different.
The red color tells you that these files are different in that line.

No comments:

Post a Comment