Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 180 Bytes

diff.md

File metadata and controls

9 lines (5 loc) · 180 Bytes

Showing differences

Use diff to show the difference of two files:

diff -u /tmp/file1 /tmp/file2

Diff two folders and show the differences

diff -qr /tmp/dir1 /tmp/dir2