Compare files and folders graphically in Linux
How do you compare two similar files to check the differences?The obvious answer is Use the diff command in Linux. The problem is that not everyone is willing to compare files in the Linux terminal. The output of the diff command may confuse some people. Take the output of this diff command as an example:… read more »