diff & colordiff
Something like windiff.exe. diff has the basic function. It can find the differences between two files. -p option can locate the function in a C/C++ file.
While colordiff is a perl script, which can improve the usage of diff:
1. colordiff file1 file2
2. diff file1 file2 | colordiff
The above two can both work.
Labels: Coding, Linux, Operation and Maintenance
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home