mirror of
https://github.com/cupcakearmy/memoir.git
synced 2024-12-22 16:16:31 +00:00
258 B
258 B
tags | |
---|---|
|
See difference between files / directories
diff -ry dir1 dir2
The -r
flag is to recurse into folders. The -y
flag creates a side by side view, generally easier to read. -q
Would only show what filenames changed.