Diff Linux command — Find the difference in files the easier way.
In Linux you can use diff command to find the differences in file.
What is interesting is that you can use ”diff -u” to list the differences with ’+’ and ’-’ rather than sometimes confusing ’>’ and '<’.
Running the regular diff between two text files to see the differences is not so elegant for the human eye to decode. Luckily there are plenty of tools out there to make this easy.
Continue reading