Linux file compare – How to compare two files using Linux

To compare two files using Linux

Most Unix/Linux distributions comes with a utility called diff.

It’s incredibly easy to compare two files with diff, you simply do this:

diff file1 file2

All the differences will be printed out in an easy to understand format.

Share this article

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to Top