Translations:Linux introduction/24/en

From Alliance Doc
Jump to navigation Jump to search

Comparing two files

The diff command allows you to compare two files:

Question.png
[name@server ~]$ diff file1 file2

The -y option shows both files side by side.