mirror of
https://github.com/cupcakearmy/memoir.git
synced 2024-12-22 08:06:27 +00:00
234 B
Executable File
234 B
Executable File
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.