diff Command Cheatsheet
The diff command in Unix-like systems is used to compare two files line by line and display the differences between them. Here’s a quick reference guide:
Basic Syntax
diff [OPTION]... FILE1 FILE2
Common Options
-u, --unified...